Skip to content

Instantly share code, notes, and snippets.

@dragod812
Last active August 8, 2022 22:38
Show Gist options
  • Save dragod812/f649591fcafc25d057150f89151701cd to your computer and use it in GitHub Desktop.
Save dragod812/f649591fcafc25d057150f89151701cd to your computer and use it in GitHub Desktop.
IdeaVim Configuration
let mapleader=","
set easymotion
set relativenumber
set smartcase
map s <Plug>(easymotion-s)
map gh <Action>(QuickJavaDoc)
map ge <Action>(ShowErrorDescription)
map gi <Action>(GotoImplementation)
map gu <Action>(GotoSuperMethod)
map gd <Action>(GotoDeclaration)
map gm <Action>(MoveEditorToOppositeTabGroup)
map gn <Action>(VcsShowNextChangeMarker)
map gp <Action>(VcsShowPrevChangeMarker)
map <leader>b <Action>(ToggleBookmark)
map <leader>B <Action>(ShowBookmarks)
map <leader>c <Action>(CopyPaths)
map <leader>d <Action>(ToggleLineBreakpoint)
map <leader>e <Action>(RecentFiles)
map <leader>f <Action>(CollapseAll)
map <leader>g <Action>(Git.Branches)
map <leader>i <Action>(GotoNextError)
map <leader>j <Action>(MethodDown)
map <leader>k <Action>(MethodUp)
map <leader>m <Action>(MaximizeEditorInSplit)
map <leader>o <Action>(ActivateStructureToolWindow)
map <leader>t <Action>(GotoTest)
map <leader>T <Action>(RunTest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment