Skip to content

Instantly share code, notes, and snippets.

@Khalian
Last active November 8, 2022 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Khalian/d1eef4495a353996a55f4cadf3c82ccb to your computer and use it in GitHub Desktop.
Save Khalian/d1eef4495a353996a55f4cadf3c82ccb to your computer and use it in GitHub Desktop.
let mapleader = ";"
imap jj <Esc>
set timeoutlen=1000
nmap <Leader>c :action GotoClass<CR>
nmap <Leader>s :action GotoSymbol<CR>
nmap <Leader>fi :action GotoFile<CR>
nmap <Leader>d :action GotoDeclaration<CR>
nmap <Leader>td :action GotoTypeDeclaration<CR>
nmap <Leader>b :action Back<CR>
nmap <Leader>fw :action Forward<CR>
nmap <Leader>i :action GotoImplementation<CR>
nmap <Leader>u :action FindUsages<CR>
nmap <Leader>w :action emacsIDEAs.AceJumpWord<CR>
nmap <Leader>re :action RenameElement<CR>
nmap <Leader>m :action FileStructurePopup<CR>
nmap <Leader>sw :action Switcher<CR>
nmap <Leader>o :action OptimizeImports<CR>
nmap <Leader>rr :action Rerun<CR>
nmap <Leader>ru :action Run<CR>
nmap <Leader>rs :action ChangeSignature<CR>
nmap <Leader>w :action AceAction<CR>
nmap gcc :action CommentByLineComment<CR>
nmap gcap :action CommentByBlockComment<CR>
nmap <Leader>ev :action SearchEverywhere<CR>
nmap <Leader>p :action ReformatWithPrettierAction<CR>
// Jump to code from intelliJ, call external Tool CodeJump
nmap <leader>g :action Tool_External Tools_CodeJump<cr>
set easymotion
set clipboard+=ideaput
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment