Is adding <CR> at the end of the line for normal mode mappings required for all mappings? #243
-
|
I just installed this plugin today and noticed the banner warning about needing to add <CR> at the end of the line for normal mode mappings. I've only just started setting this up, but from my testing it seems like it's only necessary to add <CR> after a command. i.e. So, is it just when mapping commands that need to be followed by <CR>? If so, is it all commands or is it specifically CodeMirror commands? (assuming it's related to the bug discussed in the readme). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Similarly to "real" Vim, only Ex commands (everything that starts with |
Beta Was this translation helpful? Give feedback.
Similarly to "real" Vim, only Ex commands (everything that starts with
:) need the<CR>. I indeed see that the warning banner was not clear enough, thank you for pointing it out!