0

In ordinary vim, the lower left shows NORMAL and INSERT as I switch between those two modes.

How do I see the mode in IdeaVIM?

(I am using GoLand but it is the same in IntelliJ, PyCharm, etc.)

I tried switching back and forth between Normal and Insert mode, but cannot find any indication.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Joshua Fox
  • 18,704
  • 23
  • 87
  • 147

1 Answers1

1

You should add set showmode to your ~/.ideavimrc.

More options can be found here: https://github.com/JetBrains/ideavim/wiki/%22set%22-commands

quizmaster987
  • 549
  • 1
  • 6
  • 15
Feedforward
  • 4,521
  • 4
  • 22
  • 34