Added keybinding for neotree-hide (C-<f8>).
This commit is contained in:
parent
b248a46f42
commit
e3d7f5c51d
4
init.el
4
init.el
|
@ -588,7 +588,9 @@ With argument, do this that many times."
|
||||||
(neo-show-hidden-files t)
|
(neo-show-hidden-files t)
|
||||||
(neo-theme 'icons)
|
(neo-theme 'icons)
|
||||||
:bind
|
:bind
|
||||||
("<f8>" . neotree-show))
|
("<f8>" . neotree-show)
|
||||||
|
("C-<f8>" . neotree-hide)
|
||||||
|
)
|
||||||
|
|
||||||
;; Git integration.
|
;; Git integration.
|
||||||
(use-package git-commit
|
(use-package git-commit
|
||||||
|
|
Loading…
Reference in New Issue
Block a user