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

"Toggle Vcs Ignore Files" key binding does not work #7

Closed dcalhoun closed 8 years ago

dcalhoun commented 8 years ago

Shift - H does not appear to properly call the nerd-treeview:toggle-cvs-ignored-files command in nerd-treeview. Calling the nerd-treeview:toggle-cvs-ignored-files command directly in the command pallet correctly toggles Vcs ignored files. The key binding is the only thing not working at the moment.

Behavior
  1. Open tree view
  2. Shift - H
    Expected Outcome

Vcs ignored files are toggled

Current Outcome

Vcs ignored files are not toggled

Environment
dcalhoun commented 8 years ago

After looking at this more, this issue is likely caused by the fact that the Shift - H binding is also bound to nerd-treeview:move-to-top-of-screen. The duplicate binding is probably destroying the nerd-treeview:toggle-cvs-ignored-files command key binding.

Which command should actually use Shift - H? What key binding should the other command use?

sQu1rr commented 8 years ago

Thanks for investigating i'll look into it