diff --git a/vim/settings/yadr-keymap.vim b/vim/settings/yadr-keymap.vim index b4d0df1e..6af7bdd9 100644 --- a/vim/settings/yadr-keymap.vim +++ b/vim/settings/yadr-keymap.vim @@ -136,13 +136,16 @@ nnoremap ,x :bn " Window/Tab/Split Manipulation " ============================== " Move between split windows by using the four directions H, L, I, N -" (note that I use I and N instead of J and K because J already does -" line joins and K is mapped to GitGrep the current word nnoremap h 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