evil-mode key configuration

This commit is contained in:
2025-11-10 10:16:12 +01:00
parent fc0993bd93
commit 3a3b501e57

View File

@@ -70,7 +70,10 @@
;; Use evil mode ;; Use evil mode
(use-package evil (use-package evil
:straight t :straight t
:config (evil-mode)) :config
(evil-define-key 'normal org-mode-map (kbd "<tab>") #'org-cycle)
(global-set-key [remap evil-quit] 'kill-buffer-with-prejudice)
(evil-mode))
;; Icons ;; Icons
(use-package all-the-icons (use-package all-the-icons