mirror of
1
0
Fork 0

增加vsplite垂直分割命令

This commit is contained in:
Yang Zhang 2016-01-27 23:15:43 +08:00
parent 6c576a1294
commit 2266afc7d7
1 changed files with 3 additions and 0 deletions

View File

@ -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>