Replies: 1 comment
-
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
-
Hi, I am trying to use the following keybindings:
So basically, I am trying to rebind
Ctrl + K
to<Esc>
.I have set Ctrl+K to VIM (and not IDE or undefined)
For good measure, I have also added the following line in the
.ideavimrc
:sethandler <C-K> a:vim
.But it doesn't work. I get the following message in the status bar:
And thereafter, it bookmarks the line.
How do I get around this?
Beta Was this translation helpful? Give feedback.
All reactions