Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Updated use of fuf
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmeta committed Oct 30, 2012
1 parent 84ce660 commit 1494032
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vimrc
Expand Up @@ -166,10 +166,12 @@
" space / shift-space scroll in normal mode
noremap <S-space> <C-b>
noremap <space> <C-f>
nmap <C-tab> :FufFile<CR>
nmap <tab> :FufBuffer<CR>
nmap <leader>ff :FufFileWithCurrentBufferDir<CR>
nmap <leader>f :FufFile<CR>
nmap <leader>b :FufBuffer<CR>
nmap <leader>tt :FufBufferTag<CR>
nmap <leader>t :FufBufferTagAll<CR>
nmap <tab> :FufBufferTagAll<CR>
map <C-left> <ESC><C-W>h<RETURN>
map <C-right> <ESC><C-W>l<RETURN>
Expand Down

0 comments on commit 1494032

Please sign in to comment.