增加vsplite垂直分割命令
This commit is contained in:
parent
6c576a1294
commit
2266afc7d7
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree
|
|||
nmap be :BufExplorer<CR>
|
||||
nmap nt :NERDTree<CR>
|
||||
nmap tl :Tlist<CR>
|
||||
nmap vs :vsplite<CR>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue