-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmc-lists.el
119 lines (117 loc) · 3.09 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
;; 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
'(
*table--cell-self-insert-command
backward-kill-sentence
backward-sexp
beginning-of-buffer
beginning-of-visual-line
bison-electric-open-brace
bison-electric-semicolon
c-electric-brace
c-electric-colon
c-electric-delete-forward
c-electric-lt-gt
c-electric-paren
c-electric-semi&comma
c-electric-slash
c-electric-star
c-end-of-statement
c-indent-line-or-region
c-indent-new-comment-line
comment-dwim
comment-line
csharp-maybe-insert-codedoc
cycle-spacing
dabbrev-expand
default-indent-new-line
delete-horizontal-space
dired-mark
dired-previous-line
down-list
downcase-region
electric-newline-and-maybe-indent
electric-pair-delete-pair
end-of-defun
end-of-visual-line
eval-print-last-sexp
forward-sexp
haskell-indentation-common-electric-command
haskell-indentation-delete-backward-char
haskell-indentation-delete-char
helm-mini
indent-for-tab-command
kill-region
kill-sentence
markdown-enter-key
markdown-outdent-or-delete
multi-line
org-beginning-of-line
org-cycle
org-delete-char
org-demote-subtree
org-end-of-line
org-force-self-insert
org-kill-line
org-open-line
org-return
org-return-indent
org-self-insert-command
org-todo
org-transpose-element
org-transpose-words
org-yank
python-indent-shift-left
rectangle-mark-mode
rjsx-delete-creates-full-tag
rjsx-electric-lt
sgml-maybe-name-self
sgml-slash
sh-assignment
shell-command
tab-to-tab-stop
transpose-sexps
transpose-words
upcase-region
wdired--self-insert
wdired-capitalize-word
wdired-downcase-word
wdired-upcase-word
yaml-electric-backspace
yaml-electric-dash-and-dot
yas-expand
zap-up-to-char
))
(setq mc/cmds-to-run-once
'(
2C-two-columns
ace-jump-mode
delete-rectangle
dired-next-line
dired-subtree-insert
dired-toggle-read-only
goto-line
handle-switch-frame
helm-M-x
helm-confirm-and-exit-minibuffer
helm-find-files
helm-show-kill-ring
ignore
jump-to-register
kmacro-end-or-call-macro
list-directory
mark-page
mc/mark-next-lines
mc/mark-previous-lines
mouse-buffer-menu
org-ctrl-c-ctrl-c
org-fill-paragraph
other-frame
repeat
revert-buffer
suspend-frame
wdired-finish-edit
write-file
xref-find-definitions
))