mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Enable smartcase for snipe
This commit is contained in:
@ -82,6 +82,7 @@
|
||||
:config
|
||||
(progn
|
||||
(evil-snipe-replace-evil)
|
||||
(setq evil-snipe-smart-case t)
|
||||
;; (evil-snipe-enable-sS)
|
||||
(bind 'visual "z" 'evil-snipe-s)
|
||||
(bind 'visual "Z" 'evil-snipe-S)))
|
||||
|
Reference in New Issue
Block a user