-
Notifications
You must be signed in to change notification settings - Fork 22
:vim.send-key
command not working for some keys?
#62
Comments
|
Closing as I haven't heard back. Feel free to reopen if you have investigated this more |
The post "Changing a Vim editor to normal mode" on the CodeMirror Google Groups group is really really relevant ( 😄 ):
|
Please un-assign me. |
I'm trying to answer the following Stack Overflow question:
key bindings - Bind multiple actions to one key in lighttable - Stack Overflow
It seems like I should be able to add the following to my user.keymap file to implement this:
But it doesn't work.
Trying to isolate what's going on, I added the following to my user.keymap file instead:
But it doesn't work. Nor does
... (:vim.send-key "Esc")
.But other argument values, like "$" or "0" do work. What's up with Escape?
The text was updated successfully, but these errors were encountered: