Breaking vimrc apart into individual settings files in vim/plugin/settings
This commit is contained in:
8
vim/plugin/settings/command-t.vim
Normal file
8
vim/plugin/settings/command-t.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
let g:CommandTMaxHeight = 5
|
||||
let g:CommandTMatchWindowReverse = 1
|
||||
|
||||
" Command-T
|
||||
" Mapped to ,t
|
||||
nmap ,t :CommandT<CR>
|
||||
nmap ,T :CommandTBuffer<CR>
|
||||
|
||||
Reference in New Issue
Block a user