Unmap ctrl-f which overrides normal vim behavior

This commit is contained in:
Yan Pritzker 2015-07-26 21:56:08 -05:00
parent 19ce75880f
commit eb24df5316

View File

@ -4,4 +4,3 @@
" use ,gf to go to file in a vertical split " use ,gf to go to file in a vertical split
nnoremap <silent> ,gf :vertical botright wincmd F<CR> nnoremap <silent> ,gf :vertical botright wincmd F<CR>
nnoremap <silent> <C-F> :vertical botright wincmd F<CR>