Last active
November 8, 2022 22:50
-
-
Save Khalian/d1eef4495a353996a55f4cadf3c82ccb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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