Skip to content

Commit

Permalink
Map shit+left/right to tab switch
Browse files Browse the repository at this point in the history
  • Loading branch information
fate-grand-order committed Sep 4, 2014
1 parent 9b35c74 commit 7878fea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ autocmd BufNewFile * normal G
"键盘命令
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
:nmap <silent> <F9> <ESC>:Tlist<RETURN>
" shift tab pages
map <S-Left> :tabp<CR>
map <S-Right> :tabn<CR>
map! <C-Z> <Esc>zzi
map! <C-O> <C-Y>,
map <C-A> ggVG$"+y
Expand Down

0 comments on commit 7878fea

Please sign in to comment.