Skip to content

Commit

Permalink
Slightly change tern hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
L0stSoul committed Dec 28, 2013
1 parent f9439d2 commit 260ba4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ let delimitMate_expand_space = 1
nmap <silent> <leader>td :TernDef<CR>
" Find all refs for variable under cursor
nmap <silent> <leader>trf :TernRefs<CR>
nmap <silent> <leader>tr :TernRefs<CR>
" Find smart variable rename
nmap <silent> <leader>trn :TernRename<CR>
nmap <silent> <leader>tn :TernRename<CR>
"-------------------------
" Solarized
Expand Down

0 comments on commit 260ba4a

Please sign in to comment.