0

I am using specifically PyCharm, and couldn't find such an option. The closest mention I have found(in ideavim CHANGES):

0.4.0 from 0.3.2

New Features

A VIM tool window has been added. This is used to show the current mode (if :set showmode is set) and any messages normally shown on the last line in VIM. To make this useful you should do the following:

Show VIM tool window

And I don't know how to enable this. I am using the last version of ideavim and pycharm.

Thanks.

user2679290
  • 144
  • 9

1 Answers1

0

IdeaVim Tool Window was removed a long time ago. Vim messages are shown in the lower left corner:

enter image description here

Feedforward
  • 4,521
  • 4
  • 22
  • 34
  • Well, thanks. I guess I wasn't sure about the meaning of vim tool. I actually want to see what is written in messages and what errors I get when it runs my vimrc. But the ':messages' command is not available. – user2679290 Apr 10 '19 at 11:11