Skip to content

Commit

Permalink
change goto class to gn
Browse files Browse the repository at this point in the history
  • Loading branch information
prontera committed Nov 19, 2017
1 parent 2fed8a0 commit 46df764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions local.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ noremap gy :action CopyReference<CR>
"noremap gu :action <CR>
" intention
noremap gi <ESC>:action ShowIntentionActions<CR>
" goto class
noremap go <ESC>:action GotoClass<CR>
" o
"noremap go :action <CR>
" param info
noremap gp <ESC>:action ParameterInfo<CR>
Expand Down Expand Up @@ -174,8 +174,8 @@ noremap gc :action CompileDirty<CR>
"noremap gv :action <CR>
" b
noremap gb :action FindBugs.CurrentFileAction<CR>
" n
"noremap gn :action <CR>
" goto class
noremap gn <ESC>:action GotoClass<CR>
" goto method
noremap gm :action GotoSymbol<CR>
Expand Down

0 comments on commit 46df764

Please sign in to comment.