You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have:
call submode#enter_with('fastmove', 'n', '', '<Enter>')
in my .vimrc. I also have:nnoremap <S-Enter> [something]
andnnoremap <C-Enter> [something]
, and now these mappings also cause me to enter myfastmove
mode.The text was updated successfully, but these errors were encountered: