Replies: 1 comment 3 replies
-
It should be fixed in the EAP (editor should return to NORMAL mode after switching back to editor) - https://youtrack.jetbrains.com/issue/VIM-3580/New-terminal-switches-editor-to-insert-mode |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm using PhpStorm 2024.2.1 (PS-242.21829.154) and IdeaVim 2.16.0 (macOS Sonoma 14.6.1)
I have vim keybindings for bash enabled* in my
.bashrc
(set -o vi
)The problem is that whist, when opening the terminal, vim is always in insert mode (as I'd usually wish, because you usually just start typing), when you switch back to the editor, it retains whichever mode you were in when you ran the command. Often that's still insert.
This isn't great, it keeps throwing me because I expect to always be in normal when I start (or return) to working on a file, both in standalone vim and in the IDE.
Would be possible to fix / override / customise this?
Beta Was this translation helpful? Give feedback.
All reactions