Replies: 3 comments
-
|
I found a way, put in svimrc |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You could patch the source code at this line: Line 207 in 30f53ca to pass esc to the application regardless of editor state (remove && ax->buffer.cursor.mode & NORMAL).
This will break vim mode, don't do it like this, because |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ok, I will try this. Thanks for reply so quickly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Esckey was taken by many apps, to use originEscfunction need to pressEsctwice every time.I use
unmap <Esc>in svimrc, but not work.Beta Was this translation helpful? Give feedback.
All reactions