(Emacs)+ton of evil bindings, especially switching certain functions

This commit is contained in:
2021-03-22 06:31:47 +00:00
parent 22c0c37220
commit f1960e5ea6

View File

@@ -352,9 +352,13 @@ Setup the evil package, with some basic keybinds.
:general
(general-def
:states '(normal motion)
"TAB" #'evil-jump-item
"r" #'evil-replace-state
"zC" #'hs-hide-level)
"TAB" #'evil-jump-item
"r" #'evil-replace-state
"zC" #'hs-hide-level
"'" #'evil-goto-mark
"`" #'evil-goto-mark-line
"gu" #'evil-upcase
"gU" #'evil-downcase)
(general-def
:states 'visual
:keymaps '(emacs-lisp-mode-map lisp-interaction-mode-map)