fix a bad vim config line

This commit is contained in:
Daniel Flanagan 2016-12-01 16:03:52 -06:00
parent 60adc97f78
commit 5b17f9fc5a

View file

@ -349,7 +349,7 @@ nnoremap <C-p> :GitFiles<CR>
nnoremap <C-o> :Files<CR> nnoremap <C-o> :Files<CR>
" launch fzf for files modified or not in git " launch fzf for files modified or not in git
nnoremap <C-o> :GFiles?<CR> nnoremap <C-u> :GFiles?<CR>
" launch fzf for open buffers (files) " launch fzf for open buffers (files)
nnoremap <leader>l :Buffers<CR> nnoremap <leader>l :Buffers<CR>