MacVim commands not working in insert mode
Posted
by
paul smith
on Super User
See other posts from Super User
or by paul smith
Published on 2012-10-15T20:11:48Z
Indexed on
2012/10/15
21:41 UTC
Read the original article
Hit count: 218
The following shortcuts I have defined in my settings:
"Select next/prev tabs
noremap <C-Tab> :tabnext<CR>
noremap <C-S-Tab> :tabprev<CR>
are for going to the previous and next tabs of open files. The only annoying thing about it is anytime I want to switch tabs, I have to first get out of insert mode. How can I force MacVim to register these shortcuts even if I'm in insert mode?
© Super User or respective owner