sQu1rr / nerd-treeview

Vim-like NERD Tree behaviour for Atom.io Tree View
https://atom.io/packages/nerd-treeview
MIT License
19 stars 5 forks source link

`nerd-treeview:open-stay` incorrectly focuses if no file open previously #11

Closed dcalhoun closed 8 years ago

dcalhoun commented 8 years ago

If there is no file currently open, nerd-treeview:open-stay (g - o) does not keep the tree view active.

Behavior

  1. Ensure no file is open in a pane
  2. Highlight a file in tree view
  3. g - o

    Current Outcome

File is opened in pane, file is focused.

Expected Outcome

File is opened in pane, tree view is focused.

Environment