atom / vim-mode

Next generation vim support for atom
MIT License
1.72k stars 253 forks source link

Focus on empty pane breaks focus pane keymaps #1057

Closed dcalhoun closed 6 years ago

dcalhoun commented 8 years ago

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?

lee-dohm commented 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!