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

If I enter a submode with the <Enter> key, previous mappings of <c-enter> and <s-enter> also enter the submode #30

Open Flurrywinde opened 7 years ago

Flurrywinde commented 7 years ago

I have: call submode#enter_with('fastmove', 'n', '', '<Enter>') in my .vimrc. I also have: nnoremap <S-Enter> [something] and nnoremap <C-Enter> [something], and now these mappings also cause me to enter my fastmove mode.