Added ,gf - go to file in vertical split

This commit is contained in:
Yan Pritzker
2012-03-07 11:52:26 -08:00
parent a868be3176
commit 7b2be4c97b
2 changed files with 5 additions and 1 deletions

View File

@@ -94,6 +94,9 @@ nnoremap <silent> ,f <C-]>
" use ,F to jump to tag in a vertical split
nnoremap <silent> ,F :let word=expand("<cword>")<CR>:vsp<CR>:wincmd w<cr>:exec("tag ". word)<cr>
" use ,gf to go to file in a vertical split
nnoremap <silent> ,gf :vertical botright wincmd f<CR>
"Move back and forth through previous and next buffers
"with ,z and ,x