I tried to map Numpad 1 to a key combination in PHPStorm Idea VIM using the following command:
:map k1 keycombination
Now actually k+1 is mapped to the key combination. When navigating using the K key, the system waits for extra input after the K, which is very annoying.
I tried to unmap the combination, but the command ":unmap k1" doesn't work. When I check the keybindings using the :map command, the k1 mapping is still there.
I couldn't find any documentation regarding this. Does anybody know how to unmap keys in Idea VIM?
You can use this, I've just figured it out today:
:map k k
There should be definitely an unmap
command in ideavim anyway!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With