feat: binding to explore current directory

SPC e d
This commit is contained in:
Rahul Martim Juliato
2025-05-19 22:04:41 -03:00
committed by Rahul M. Juliato
parent 574d816193
commit f6cbbbabf9

View File

@@ -927,6 +927,7 @@
;; NeoTree command for file exploration
(evil-define-key 'normal 'global (kbd "<leader> e e") 'neotree-toggle)
(evil-define-key 'normal 'global (kbd "<leader> e d") 'dired-jump)
;; Magit keybindings for Git integration
(evil-define-key 'normal 'global (kbd "<leader> g g") 'magit-status) ;; Open Magit status