Skip to content

Commit

Permalink
MOD: use <leader>ff instead <leader>f
Browse files Browse the repository at this point in the history
To avoid map conflict with <leader>f0-9
  • Loading branch information
e7h4n committed Nov 12, 2012
1 parent fcad5ed commit 64cc46c
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 @@ -274,9 +274,9 @@
" Adjust viewports to the same size
map <Leader>= <C-w>=
" map <Leader>f to display all lines with keyword under cursor
" map <Leader>ff to display all lines with keyword under cursor
" and ask which one to jump to
nmap <Leader>f [I:let nr = input("Which one: ")<Bar>exe "normal " . nr ."[\t"<CR>
nmap <Leader>ff [I:let nr = input("Which one: ")<Bar>exe "normal " . nr ."[\t"<CR>
" Easier horizontal scrolling
map zl zL
Expand Down

0 comments on commit 64cc46c

Please sign in to comment.