kana / vim-submode

Vim plugin: Create your own submodes
http://www.vim.org/scripts/script.php?script_id=2467
217 stars 24 forks source link

<S-Tab> in submode will cancel the submode because of not be recognized #21

Open tang3w opened 10 years ago

tang3w commented 10 years ago

I use the iTerm2 terminal. I can map without submode. But, if I config the vim-submode as follow:

call submode#map('submode', 'n', '', '<Tab>', ':bnext<CR>')
call submode#map('submode', 'n', '', '<S-Tab>', ':bprevious<CR>')

MacVim will work as expected.