Added keybinding for neotree-hide (C-<f8>).

This commit is contained in:
tastytea 2019-09-23 16:28:52 +02:00
parent b248a46f42
commit e3d7f5c51d

View File

@ -588,7 +588,9 @@ With argument, do this that many times."
(neo-show-hidden-files t)
(neo-theme 'icons)
:bind
("<f8>" . neotree-show))
("<f8>" . neotree-show)
("C-<f8>" . neotree-hide)
)
;; Git integration.
(use-package git-commit