Migrated vim+vundle config to neovim+plug
This commit is contained in:
commit
b531014a99
20 changed files with 2861 additions and 0 deletions
9
after/plugin/fswitch.vim
Normal file
9
after/plugin/fswitch.vim
Normal file
|
@ -0,0 +1,9 @@
|
|||
nmap <silent> <Leader>of :FSHere<cr>
|
||||
nmap <silent> <Leader>ol :FSRight<cr>
|
||||
nmap <silent> <Leader>oL :FSSplitRight<cr>
|
||||
nmap <silent> <Leader>oh :FSLeft<cr>
|
||||
nmap <silent> <Leader>oH :FSSplitLeft<cr>
|
||||
nmap <silent> <Leader>ok :FSAbove<cr>
|
||||
nmap <silent> <Leader>oK :FSSplitAbove<cr>
|
||||
nmap <silent> <Leader>oj :FSBelow<cr>
|
||||
nmap <silent> <Leader>oJ :FSSplitBelow<cr>
|
Loading…
Add table
Add a link
Reference in a new issue