Skip to content

Commit

Permalink
C-a C-x with multiple cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
adasium committed Apr 25, 2024
1 parent 0bc7357 commit 2acbe2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ Copilot accept completion if copilot-mode active, jump out quote or brackets, or
(:default . evil-mc-execute-default-call))
(chom/smart-tab-jump-out-or-indent
(:default . evil-mc-execute-call-with-count))
(evil-numbers/inc-at-pt
(:default . evil-mc-execute-call-with-region-or-macro))
(evil-numbers/dec-at-pt
(:default . evil-mc-execute-call-with-region-or-macro))
))

(map! :leader :n "x")
Expand Down

0 comments on commit 2acbe2a

Please sign in to comment.