diff --git a/vim/settings/yadr-keymap.vim b/vim/settings/yadr-keymap.vim index b4d0df1e..7bd0bdb8 100644 --- a/vim/settings/yadr-keymap.vim +++ b/vim/settings/yadr-keymap.vim @@ -143,6 +143,11 @@ nnoremap l nnoremap k nnoremap j +" Make gf (go to file) create the file, if not existent +nnoremap gf :e +nnoremap f :sp +e +nnoremap gf :tabe + " Zoom in and out of current window with ,gz map ,gz o