Skip to content

Commit

Permalink
Switch key mappings to use CtrlP instead of FuzzyFileFinder
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarlow committed Jun 12, 2012
1 parent 76f33be commit 5cdd4f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions key_mappings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ endfunction
vnoremap * :<C-u>call <SID>VSetSearch()<CR>//<CR>
vnoremap # :<C-u>call <SID>VSetSearch()<CR>??<CR>
" fuzzy finder
map <leader>ff :FufCoverageFile<CR>
map <leader>fb :FufBuffer<CR>
map <leader>fl :FufLine<CR>
" CtrlP
map <leader>ff :CtrlP<CR>
map <leader>fb :CtrlPBuffer<CR>
" NERDTree
map <leader>d :NERDTreeToggle<CR>
Expand Down

0 comments on commit 5cdd4f4

Please sign in to comment.