(Emacs)+ton of evil bindings, especially switching certain functions
This commit is contained in:
@@ -354,7 +354,11 @@ Setup the evil package, with some basic keybinds.
|
|||||||
:states '(normal motion)
|
:states '(normal motion)
|
||||||
"TAB" #'evil-jump-item
|
"TAB" #'evil-jump-item
|
||||||
"r" #'evil-replace-state
|
"r" #'evil-replace-state
|
||||||
"zC" #'hs-hide-level)
|
"zC" #'hs-hide-level
|
||||||
|
"'" #'evil-goto-mark
|
||||||
|
"`" #'evil-goto-mark-line
|
||||||
|
"gu" #'evil-upcase
|
||||||
|
"gU" #'evil-downcase)
|
||||||
(general-def
|
(general-def
|
||||||
:states 'visual
|
:states 'visual
|
||||||
:keymaps '(emacs-lisp-mode-map lisp-interaction-mode-map)
|
:keymaps '(emacs-lisp-mode-map lisp-interaction-mode-map)
|
||||||
|
|||||||
Reference in New Issue
Block a user