I'm having this weird issue with AppCode IdeaVim plugin. After installing it everything seems to work correctly. However I am experiencing some really annoying thing. Whenever I try to list the marks by running the :marks
command or :registers
they are listed, screenshot of the command-prompt:
but I cannot close the command prompt. It says Hit ENTER or type command
, but hitting Enter does not close it, neither does entering other command.
Normally in vim after pressing esc
the command prompt is closed. So I thought it might be by design. Or I am missing some shortcut key?
Thanks in advance,