mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
增加vsplite垂直分割命令
This commit is contained in:
@ -14,3 +14,6 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree
|
|||||||
nmap be :BufExplorer<CR>
|
nmap be :BufExplorer<CR>
|
||||||
nmap nt :NERDTree<CR>
|
nmap nt :NERDTree<CR>
|
||||||
nmap tl :Tlist<CR>
|
nmap tl :Tlist<CR>
|
||||||
|
nmap vs :vsplite<CR>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user