mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Use superior evil-numbers fork
And rebind its keys from C-a/C-S-a to g= and g-. This is because the old narrow/widen commands aren't nearly as useful (and have a number of alternative keybinds). As much as I'd like to us C-a/C-x (as it is in Vim), C-x is an essential keybind for Emacs. Also, in visual mode, each number will be affected incrementally (ala g C-a and g C-x in vim).
This commit is contained in:
@ -249,10 +249,6 @@ line with a linewise comment.")
|
||||
(add-hook 'doom-escape-hook #'+evil|escape-exchange))
|
||||
|
||||
|
||||
(def-package! evil-numbers
|
||||
:commands (evil-numbers/inc-at-pt evil-numbers/dec-at-pt))
|
||||
|
||||
|
||||
(def-package! evil-matchit
|
||||
:commands (evilmi-jump-items global-evil-matchit-mode
|
||||
evilmi-outer-text-object evilmi-inner-text-object)
|
||||
|
@ -10,7 +10,7 @@
|
||||
(package! evil-exchange)
|
||||
(package! evil-indent-plus)
|
||||
(package! evil-matchit)
|
||||
(package! evil-numbers)
|
||||
(package! evil-numbers :recipe (:fetcher github :repo "janpath/evil-numbers"))
|
||||
(package! evil-textobj-anyblock)
|
||||
(package! evil-snipe)
|
||||
(package! evil-surround)
|
||||
|
Reference in New Issue
Block a user