I started using IntelliJ IDEA 14.01 on CentOS 6.2 (on a VirtualBox VM on a Windows 7 machine). While selecting code, the [backspace] key is not deleting the selected text. Instead [backspace] extends the highlighted (selected) area to the left exactly as the [arrow left] does it. How can I change this behavior?
Asked
Active
Viewed 1.1k times
18
3 Answers
57
Turn off Vim Emulation
in the Tools
menu

a-ctor
- 3,568
- 27
- 41
-
2I have the same issue, but I don't see `Vim Emulation` in the Tools menu :-( – doctorram Oct 25 '19 at 19:05
1
You can toggle enabling and disabling of Vim Emulator by just pressing "Ctrl + Altr + V"

Bhaskar Bhuyan
- 501
- 6
- 16
0
There are 2 options, either select the specific line and hold your keypad and then press delete button or turn off the VIM emulation in the Tools menu.

Sidd Thota
- 2,040
- 1
- 20
- 24