Unmap gf..causing issues

This commit is contained in:
Yan Pritzker 2015-07-27 13:01:54 -05:00
parent 0aacd272e1
commit 878cc35752

View File

@ -98,7 +98,6 @@ nnoremap <silent> ,x :bn<CR>
" nnoremap <silent> <C-j> <C-w>j
" Make gf (go to file) create the file, if not existent
nnoremap gf :e<cfile><CR>
nnoremap <C-w>f :sp +e<cfile><CR>
nnoremap <C-w>gf :tabe<cfile><CR>