commit 6183ce501be78bc919d100b65dc778c64c4e5826
parent 80b4c028303fb9368a6b2687d35ed73b1fa08835
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Wed, 3 May 2023 21:17:07 -0400
nvim: remove gf command - i didn't use it
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
@@ -29,9 +29,6 @@ set showmatch
set nofoldenable
nnoremap <Tab> za
-" Shortcut to open the file underneath the cursor that mimics the 'gf' command
-:noremap <leader>gf :e <cfile><cr>
-
" Make common typos behave as their lowercase counterparts
cabbr W w
cabbr Q q