-
Notifications
You must be signed in to change notification settings - Fork 2
/
.mc-lists.el
99 lines (97 loc) · 3.17 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
;; 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
capitalize-first-char
combobulate-javascript-jsx-rename-element
combobulate-maybe-auto-close-tag
combobulate-maybe-insert-attribute
combobulate-my-menu/combobulate-javascript-jsx-rename-element
combobulate-navigate-down-list-backward-maybe
combobulate-navigate-down-list-maybe
comment-dwim
company-indent-or-complete-common
complete-symbol
counsel-yank-pop
cycle-spacing
dap-tooltip-mouse-motion
delete-horizontal-space
dired-toggle-read-only
end-of-buffer
end-of-defun
eval-and-replace
eval-last-sexp
fill-paragraph
forward-sexp
haskell-indentation-common-electric-command
hydra-multiple-cursors/lambda-s-and-exit
hydra-phi-search/lambda-C-v
hydra-phi-search/lambda-C-w
indent-for-tab-command
kill-region
mark-sexp
org-beginning-of-line
org-ctrl-c-ctrl-c
org-cycle
org-delete-char
org-end-of-line
org-fill-paragraph
org-force-self-insert
org-kill-line
org-open-line
org-self-insert-command
org-shiftmetaright
org-yank
phi-search
reposition-window
slime-autodoc-space
sp-backward-down-sexp
sp-backward-sexp
sp-backward-unwrap-sexp
sp-backward-up-sexp
sp-down-sexp
sp-forward-sexp
sp-forward-slurp-sexp
sp-unwrap-sexp
sp-up-sexp
split-line
unfill-paragraph
wdired--self-insert
wdired-finish-edit
web-mode-sp-backward-unwrap-sexp
web-mode-sp-join-sexp
web-mode-sp-unwrap-sexp
yaml-electric-backspace
yaml-electric-dash-and-dot
))
(setq mc/cmds-to-run-once
'(
beginning-of-buffer
combobulate-menu/combobulate-edit-cluster-dwim-and-exit
compose-mail
counsel-M-x
dired-ranger-paste
hydra-multiple-cursors/body
hydra-multiple-cursors/hydra-phi-search/body-and-exit
hydra-multiple-cursors/lambda-1-and-exit
hydra-multiple-cursors/mc/edit-lines
hydra-multiple-cursors/mc/edit-lines-and-exit
hydra-multiple-cursors/mc/insert-numbers-and-exit
hydra-multiple-cursors/mc/mark-all-like-this
hydra-multiple-cursors/mc/mark-more-like-this-extended-and-exit
hydra-multiple-cursors/mc/mark-next-like-this
hydra-multiple-cursors/mc/mark-previous-like-this
hydra-multiple-cursors/mc/skip-to-next-like-this
hydra-multiple-cursors/mc/skip-to-previous-like-this
hydra-multiple-cursors/mc/unmark-next-like-this
hydra-multiple-cursors/mc/unmark-previous-like-this
hydra-multiple-cursors/mc/vertical-align-and-exit
hydra-multiple-cursors/quit-and-exit
hydra-wdired/body
ivy-switch-buffer
mouse-set-region
previous-multiframe-window
))