From 2266afc7d79df6b76931b78fe97f27267b884a92 Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Wed, 27 Jan 2016 23:15:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0vsplite=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=88=86=E5=89=B2=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my_configs.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/my_configs.vim b/my_configs.vim index 517e65b1..99e1ddfe 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -14,3 +14,6 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree nmap be :BufExplorer nmap nt :NERDTree nmap tl :Tlist +nmap vs :vsplite + +