-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mc-lists.el
67 lines (65 loc) · 1.52 KB
/
.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
;; 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
'(
beginning-of-buffer
beginning-of-visual-line
clipboard-kill-ring-save
consult-yank-pop
dabbrev-expand
ein:worksheet-split-cell-at-point
electric-newline-and-maybe-indent
end-of-visual-line
eval-print-last-sexp
forward-sexp
handle-switch-frame
indent-for-tab-command
insert-register
ivy-wgrep-change-to-wgrep-mode
kill-region
mark-whole-buffer
markdown-exdent-or-delete
message-beginning-of-line
nxml-electric-slash
org-beginning-of-line
org-delete-char
org-end-of-line
org-evaluate-time-range
org-kill-line
org-metaright
org-self-insert-command
org-shiftdown
org-shiftleft
org-shiftright
org-shiftup
org-yank
rjsx-delete-creates-full-tag
save-some-buffers
sgml-slash
sp-remove-active-pair-overlay
wgrep-finish-edit
yaml-electric-backspace
yaml-electric-bar-and-angle
yaml-electric-dash-and-dot
))
(setq mc/cmds-to-run-once
'(
ace-window
backward-kill-sentence
counsel-M-x
dired-toggle-read-only
ivy-occur-click
ivy-switch-buffer
magit-status
markdown-outdent-or-delete
multiple-cursors-hydra/body
multiple-cursors-hydra/mc/edit-lines-and-exit
multiple-cursors-hydra/mc/mark-all-like-this-and-exit
multiple-cursors-hydra/mc/mark-next-like-this
multiple-cursors-hydra/mc/skip-to-next-like-this
multiple-cursors-hydra/mc/unmark-next-like-this
next-error-no-select
org-cycle
swiper
zap-up-to-char
))