Last active
February 24, 2016 00:33
-
-
Save jacob-faber/d6fbac9b919f59ee1613 to your computer and use it in GitHub Desktop.
This file contains 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
"https://upsource.jetbrains.com/idea-ce/file/idea-ce-1731d054af4ca27aa827c03929e27eeb0e6a8366/platform/platform-api/src/com/intellij/openapi/actionSystem/IdeActions.java | |
imap jk <Esc> | |
let mapleader = "j" | |
map <leader>g :action GotoLine<CR> | |
map <leader>f :action Find<CR> | |
map <leader>F :action FindInPath<CR> | |
map <leader>h :action CallHierarchy<CR> | |
map <leader>i :action ImplementMethods<CR> | |
map <leader>o :action MethodHierarchy.OverrideMethodAction<CR> | |
map <leader>p :action ParameterInfo<CR> | |
map <leader>r :action RenameElement<CR> | |
map <leader>q :action QuickJavaDoc<CR> | |
map <leader>Q :action ExternalJavaDoc<CR> | |
map <leader>s :action SaveAll<CR> | |
map <leader>t :action Vcs.UpdateProject<CR> | |
map <leader>u :action GotoSuperMethod<CR> | |
map <leader>a :action $SelectAll<CR> | |
map <leader>c :action $Copy<CR> | |
map <leader>v :action $Paste<CR> | |
map <leader>x :action $Cut<CR> | |
map <leader>w :action EditorSelectWord<CR> | |
map <leader>W :action EditorUnSelectWord<CR> | |
map <leader>[ :action EditorCodeBlockStart<CR> | |
map <leader>] :action EditorCodeBlockEnd<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment