Perfect solution to the problem that idea cursor becomes insert cursor state

  • 2021-08-16 23:47:00
  • OfStack

In Intellj IDEA, every time a new file is opened, the cursor will change to insert cursor state. After pressing insert key, it will resume, and another file can be opened and resumed

Solution:

Uninstall Intellj IDEA plug-in IdeaVim

1. Turn on file- > settings Click Plugins and then enter IdeaVim in the search box on the right. After the result comes out, remove the check box in the back or click "uninstall" on the right

2. Restart Intellj IDEA

Supplement: IDEA cursor thickening cannot be switched with insert

After pressing insert keyboard, a very thick cursor will appear when writing, and the next character will be replaced when inputting content, which we are all familiar with. Press inser keyboard again to switch back.

However, there is a situation in idea, that is, after switching back, the cursor is still very thick, which looks very uncomfortable. Then press insert keyboard to think that switching back, but the following characters will still be replaced when inputting content.

Moreover, when entering the car, it will not break the line, but become a downward key.

The solution is as follows:

In file → settings → editor → appearance, just remove the tick in front of use block caret.


Related articles: