How can I disable visual mode in IdeaVIM?

1.6k views Asked by At

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!

2

There are 2 answers

0
Andrey Vlasovskikh On

Currently it's not possible. Feel free to file a bug to IdeaVim's issue tracker.

1
alexjwong On

You can remap backspace to d in visual mode.

Put vnoremap <BS> d in your .ideavimrc