18

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?

Sergii Rudenko
  • 2,603
  • 1
  • 22
  • 24
Ironori
  • 570
  • 2
  • 6
  • 19

3 Answers3

57

Turn off Vim Emulation in the Tools menu

a-ctor
  • 3,568
  • 27
  • 41
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