forked from ovistoica/emacs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mc-lists.el
28 lines (26 loc) · 813 Bytes
/
.mc-lists.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;; This file is automatically generated by the multiple-cursors extension.
;; It keeps track of your preferences for running commands with multiple cursors.
(setq mc/cmds-to-run-for-all
'(
backward-sexp
combobulate-envelop-tsx-ts-mode-wrap-parentheses
combobulate-envelop-typescript-ts-mode-wrap-parentheses
combobulate-maybe-insert-attribute
corfu-next
evil-next-line
evil-normal-state
evil-previous-line
forward-sexp
genehack/paren-bounce
kill-sexp
mark-sexp
sp-raise-sexp
sp-remove-active-pair-overlay
whole-line-or-region-kill-ring-save
))
(setq mc/cmds-to-run-once
'(
evil-change
lsp-ui-doc--handle-mouse-movement
npm-mode-npm-run
))