How to close Testing Window in Rider using Actions instead of Keystrokes? #976
-
Hi all, I'd like to achieve the following workflow:
When I execute the tests ( Using the Command-8 to close the testing window is a good alternative solution, but if it is possible I'd like to use vim like actions for this. The reason is that I'd like to use the same keystrokes in NeoVim, so the commands are the same in NeoVim and Rider/IntelliJ. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately, you can't use Vim-like shortcuts in a tool window. Since IdeaVim is an editor extension, its shortcuts only work in the editor. Once the tool window has the focus, you have to use an IDE shortcut. |
Beta Was this translation helpful? Give feedback.
Unfortunately, you can't use Vim-like shortcuts in a tool window. Since IdeaVim is an editor extension, its shortcuts only work in the editor. Once the tool window has the focus, you have to use an IDE shortcut.