tv vim: tabm with S-F{1,2}
This commit is contained in:
parent
21f878d929
commit
250a394da4
@ -133,6 +133,11 @@ with import ./lib;
|
|||||||
imap <f1> <esc><f1>
|
imap <f1> <esc><f1>
|
||||||
imap <f2> <esc><f2>
|
imap <f2> <esc><f2>
|
||||||
|
|
||||||
|
nnoremap <S-f1> :tabm -1<cr>
|
||||||
|
nnoremap <S-f2> :tabm +1<cr>
|
||||||
|
imap <S-f1> <esc><S-f1>
|
||||||
|
imap <S-f2> <esc><S-f2>
|
||||||
|
|
||||||
noremap <f3> :ShowSyntax<cr>
|
noremap <f3> :ShowSyntax<cr>
|
||||||
|
|
||||||
" <C-{Up,Down,Right,Left>
|
" <C-{Up,Down,Right,Left>
|
||||||
|
Loading…
Reference in New Issue
Block a user