Closed dcalhoun closed 6 years ago
As stated in the README, this package is no longer maintained and is deprecated. We recommend that people use the vim-mode-plus package instead. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!
The vim-mode focus pane keymaps do not work if you are currently focused on an empty pane. I would imagine this has something to do with the scope of the keymap being specific to vim-mode (i.e.
'atom-text-editor.vim-mode:not(.insert-mode)'
).Behavior
Expected Outcome
Original file/pane is focused.
Current Outcome
New empty pane remains focused.
The atom focus pane keymaps do work while within an empty pane. Is it expected that vim-mode keymaps do not function in this context or is there a way to resolve this?