atom/vim-mode

Focus on empty pane breaks focus pane keymaps

dcalhoun opened this issue · 1 comments

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

  1. Open a file in atom
  2. Open a split pane ctrl-w s
  3. Focus previous pane ctrl-w p

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?

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!