Since I don't use :, let's have it take over for ,

This commit is contained in:
Howard Abrams 2023-10-12 17:38:37 -07:00
parent f71b4f8ad9
commit 6946f5ef92

View file

@ -366,7 +366,12 @@ Im not a long term VI user, and I generally like /easy keys/, e.g. ~w~, have
"w" 'evil-forward-WORD-begin "w" 'evil-forward-WORD-begin
"W" 'evil-forward-word-begin "W" 'evil-forward-word-begin
"e" 'evil-forward-WORD-end "e" 'evil-forward-WORD-end
"E" 'evil-forward-word-end) "E" 'evil-forward-word-end
;; This may be an absolute heresy to most VI users,
;; but I'm Evil and really, I use M-x and SPC instead.
;; Besides, I don't know any : colon commands...
":" 'evil-repeat-find-char-reverse)
;; The `b' key seems to need its own configuration setting: ;; The `b' key seems to need its own configuration setting:
(evil-define-key '(normal visual motion operator) 'global (evil-define-key '(normal visual motion operator) 'global