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
![image](https://user-images.githubusercontent.com/54888685/120066374-a5d72d00-c093-11eb-8eac-d177aacea0f4.png)
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:
![image](https://user-images.githubusercontent.com/54888685/120066422-e6cf4180-c093-11eb-8057-70c2402dcb7e.png)
And thereafter, it bookmarks the line.
How do I get around this?
Beta Was this translation helpful? Give feedback.
All reactions