From eb24df53167d7d0b10fe43310ae7508b8387932d Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 26 Jul 2015 21:56:08 -0500 Subject: [PATCH] Unmap ctrl-f which overrides normal vim behavior --- vim/settings/gotofile.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/settings/gotofile.vim b/vim/settings/gotofile.vim index 9c0360b..f2e7526 100644 --- a/vim/settings/gotofile.vim +++ b/vim/settings/gotofile.vim @@ -4,4 +4,3 @@ " use ,gf to go to file in a vertical split nnoremap ,gf :vertical botright wincmd F -nnoremap :vertical botright wincmd F