tv vim: DRY F{1,2} mapping

This commit is contained in:
tv 2023-01-16 11:04:51 +01:00
parent 0a3ad1b7c3
commit 21f878d929

View File

@ -130,8 +130,8 @@ with import ./lib;
nnoremap <f1> :tabp<cr>
nnoremap <f2> :tabn<cr>
inoremap <f1> <esc>:tabp<cr>
inoremap <f2> <esc>:tabn<cr>
imap <f1> <esc><f1>
imap <f2> <esc><f2>
noremap <f3> :ShowSyntax<cr>