I'm using PyCharm with the IDEAVim plugin. Whenever I highlight text in insert mode and hit backspace, my highlighted text just moves to the left more instead of deleting it.
What can I add to my .ideavimrc to disable visual mode and just delete text if I ever highlight text and hit backspace?
Thanks!
You can remap backspace to d
in visual mode.
Put vnoremap <BS> d
in your .ideavimrc
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