Skip to content

Instantly share code, notes, and snippets.

@aleksejkozin
Created January 9, 2021 12:11
Show Gist options
  • Save aleksejkozin/1190e587abca78364b5388d2157e5b86 to your computer and use it in GitHub Desktop.
Save aleksejkozin/1190e587abca78364b5388d2157e5b86 to your computer and use it in GitHub Desktop.
:set relativenumber
:set showmode
:set surround
:set dialogescape=on
:set ignorecase
nmap ; :
set clipboard+=unnamed
nmap fa :action GotoAction<CR>
nmap ff :action GotoFile<CR>
nmap fs :action GotoSymbol<CR>
nmap fr :action RecentFiles<CR>
nmap fd :action GotoDeclarationOnly<CR>
nmap fu :action ShowUsages<CR>
nmap fe :action JumpToLastChange<CR>
nmap ft :action ExpressionTypeInfo<CR>
nmap fn :action ShowNavBar<CR>
nmap fh :action QuickJavaDoc<CR>
nmap fi :action GotoImplementation<CR>
nmap fg :action FindInPath<CR>
nmap fE :action CodotaJavaScriptSearch<CR>
nmap tt :action ActivateTerminalToolWindow<CR>
nmap [ :action Back<CR>
nmap ] :action Forward<CR>
nmap <M-[> :action EditorBackwardParagraph<CR>
nmap <M-]> :action EditorForwardParagraph<CR>
nmap { :action GotoPreviousError<CR>
nmap } :action GotoNextError<CR>
nmap <A-[> :action GotoPrevElementUnderCaretUsage<CR>
nmap <A-]> :action GotoNextElementUnderCaretUsage<CR>
nmap - :action CollapseAllRegions<CR>
nmap + :action ExpandAllRegions<CR>
nmap = :action ExpandAllToLevel1<CR>
nmap <CR> :action CollapseAllRegions<CR>:action ExpandRegionRecursively<CR>$%zz
nmap <S-CR> :action ExpandAllToLevel1<CR>:action ExpandRegionRecursively<CR>$%zz
nmap <Space> :action emacsIDEAs.AceJumpWord<CR>
nmap <Tab> :e#<CR>
nmap % :action EditorMatchBrace<CR>
nmap Q :action HideAllWindows<CR>
nmap F :action ReformatCode<CR>
nmap I :action OptimizeImports<CR>
nmap N :action ShowNavBar<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment