]> git.rmz.io Git - dotfiles.git/commitdiff
vim: open fswitch above and below
authorSamir Benmendil <sb@cad-scan.co.uk>
Mon, 27 Jul 2015 08:17:20 +0000 (09:17 +0100)
committerSamir Benmendil <sb@cad-scan.co.uk>
Mon, 27 Jul 2015 08:17:20 +0000 (09:17 +0100)
vim/vimrc

index 86ad1ba117fe967bd76b0ab062956aa07c074cbf..57bb4fe4e33b3a8c09c624e5c318d9fb40d00d21 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -423,8 +423,12 @@ let g:delimitMate_expand_space = 1
 nnoremap <silent> <Leader>ff :FSHere<CR>
 nnoremap <silent> <Leader>fl :FSRight<CR>
 nnoremap <silent> <Leader>fh :FSLeft<CR>
+nnoremap <silent> <Leader>fj :FSBelow<CR>
+nnoremap <silent> <Leader>fk :FSAbove<CR>
 nnoremap <silent> <Leader>fL :FSSplitRight<CR>
 nnoremap <silent> <Leader>fH :FSSplitLeft<CR>
+nnoremap <silent> <Leader>fJ :FSSplitBelow<CR>
+nnoremap <silent> <Leader>fK :FSSplitAbove<CR>
 
 " fugitive {{{2
 nmap <silent> <leader>dd :tab split \| Gdiff \| wincmd h<CR>