Skip to content

Commit 7278383

Browse files
committed
Merge pull request ma6174#42 from resouer/patch-1
Map shift+left/right to tab switch
2 parents 9b35c74 + 7878fea commit 7278383

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vimrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ autocmd BufNewFile * normal G
161161
"键盘命令
162162
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
163163
:nmap <silent> <F9> <ESC>:Tlist<RETURN>
164+
" shift tab pages
165+
map <S-Left> :tabp<CR>
166+
map <S-Right> :tabn<CR>
164167
map! <C-Z> <Esc>zzi
165168
map! <C-O> <C-Y>,
166169
map <C-A> ggVG$"+y

0 commit comments

Comments
 (0)