We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b35c74 commit 7878feaCopy full SHA for 7878fea
.vimrc
@@ -161,6 +161,9 @@ autocmd BufNewFile * normal G
161
"键盘命令
162
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
163
:nmap <silent> <F9> <ESC>:Tlist<RETURN>
164
+" shift tab pages
165
+map <S-Left> :tabp<CR>
166
+map <S-Right> :tabn<CR>
167
map! <C-Z> <Esc>zzi
168
map! <C-O> <C-Y>,
169
map <C-A> ggVG$"+y
0 commit comments