evil-mode key configuration
This commit is contained in:
5
init.el
5
init.el
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user