Replies: 1 comment
-
Why not bind your vim.keymap.set("i", "jk", "<esc>", { silent = true }) But, to answer your question, just set the right hand side to |
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
-
tl;dr I would like to prevent
<C-c>
to close the window ?Hello, i'm not sure if it has been addressed before, i didn't find anything about that on the discussions but maybe i missed it...
I use
jk
as shortcut for<C-c>
in my nvim config, i like it. When i was using telescope typingjk
in the input bar would just put me in the normal mode. It isn't the case inPicker
it closes the window. I don't know how to prevent that.Screencast.From.2025-01-16.12-46-16.mp4
In my video, first i type
<Esc>
to go to normal mode then i typei
to go back to insert and finallyjk
to go back to normal mode again and it closes the window.Here's a sample of my picker config:
Beta Was this translation helpful? Give feedback.
All reactions