From 013a91d8d24c8c7d51d2e6b4aff610c7cc40989f Mon Sep 17 00:00:00 2001 From: vsooda Date: Sat, 18 Oct 2014 12:23:43 +0800 Subject: [PATCH] for tab switch --- my_configs.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/my_configs.vim b/my_configs.vim index 496c5888..5aec5695 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -1,2 +1,10 @@ nnoremap :exe 'NERDTreeToggle' :exe 'Tlist' let Tlist_Use_Split_Window = 1 +map 1 :tabnext 1 +map 2 :tabnext 2 +map 3 :tabnext 3 +map 4 :tabnext 4 +map 5 :tabnext 5 +map 6 :tabnext 6 +map 7 :tabnext 7 +map 8 :tabnext 8