mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-16 00:51:35 +09:00
Compare commits
2 Commits
cca4cc16f6
...
375679068a
| Author | SHA1 | Date | |
|---|---|---|---|
| 375679068a | |||
| 6436b9a2d1 |
@ -9,7 +9,7 @@
|
|||||||
(use-package avy
|
(use-package avy
|
||||||
:hook (after-init . avy-setup-default)
|
:hook (after-init . avy-setup-default)
|
||||||
:config
|
:config
|
||||||
(setq avy-style 'pre
|
(setq avy-style 'de-bruijn
|
||||||
avy-all-windows t
|
avy-all-windows t
|
||||||
avy-all-windows-alt nil
|
avy-all-windows-alt nil
|
||||||
avy-background t))
|
avy-background t))
|
||||||
|
|||||||
@ -25,7 +25,10 @@
|
|||||||
;; eshell no evil
|
;; eshell no evil
|
||||||
(dolist (mode '(eshell-mode))
|
(dolist (mode '(eshell-mode))
|
||||||
(add-to-list 'evil-emacs-state-modes mode)))
|
(add-to-list 'evil-emacs-state-modes mode)))
|
||||||
|
(with-eval-after-load 'evil
|
||||||
|
(defalias #'forward-evil-word #'forward-evil-symbol)
|
||||||
|
;; make evil-search-word look for symbol rather than word boundaries
|
||||||
|
(setq-default evil-symbol-word-search t))
|
||||||
(use-package evil-collection
|
(use-package evil-collection
|
||||||
:defer nil
|
:defer nil
|
||||||
:config
|
:config
|
||||||
|
|||||||
Reference in New Issue
Block a user