-
I'd like to use the smart-enter tip but apply it to my Enter key. I followed the example and used 'on = "<CR>"' instead of 'on = "l"' but that doesn't seem to work. I've checked the keymap.toml page from the documentation and can't find anything that documents how to refer to non-character keys in a keymap. |
Beta Was this translation helpful? Give feedback.
Answered by
xfzv
Sep 15, 2024
Replies: 1 comment 2 replies
-
Shouldn't it be |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
BTrey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Shouldn't it be
<Enter>
instead of<CR>
?