diff --git a/init.el b/init.el index 88b31b2..5995e50 100644 --- a/init.el +++ b/init.el @@ -588,7 +588,9 @@ With argument, do this that many times." (neo-show-hidden-files t) (neo-theme 'icons) :bind - ("" . neotree-show)) + ("" . neotree-show) + ("C-" . neotree-hide) + ) ;; Git integration. (use-package git-commit