Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display current mode IdeaVIM is in?

Tags:

I would like to see which Vim mode I am currently in while using IdeaVIM in PyCharm, or any other JetBrains IDE.

It happens that I select a single character with the mouse (e.g. accidental double-click on a single letter) and the cursor then doesn't distinguish properly between normal mode and visual mode, which makes for awkward situations after hitting a few keys.

Is there a way to display the current mode at all times in the status bar or somewhere else that I have missed?

like image 875
pnd Avatar asked Feb 15 '16 15:02

pnd


People also ask

What is IdeaVim used for?

The IdeaVim plugin emulates Vim in the PyCharm editor, including normal, insert, and visual modes, Command-line and Ex modes, Vim regexp and configuration, and other features.

Can I use Vim in PyCharm?

Vim keybindings for PyCharm are available, and configurable. If you are comfortable navigating with vim, you don't have to be uncomfortable in PyCharm. The keybindings can even be shared with some keybindings applying to vim, and some to the native PyCharm keybindings. A file, .


1 Answers

Put set showmode into your ~/.ideavimrc or vote for https://youtrack.jetbrains.com/issue/VIM-943.

like image 176
Andrey Vlasovskikh Avatar answered Sep 18 '22 20:09

Andrey Vlasovskikh