-
Notifications
You must be signed in to change notification settings - Fork 8
/
.mc-lists.el
108 lines (106 loc) · 2.93 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
;; 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
'(
ac-clang-async-autocomplete-autotrigger
awt-run-test-file
backward-sexp
beginning-of-defun
beginning-of-visual-line
c-electric-brace
c-electric-colon
c-electric-delete-forward
c-electric-paren
c-electric-pound
c-electric-semi&comma
c-electric-slash
c-electric-star
c-indent-line-or-region
c-indent-new-comment-line
c-maybe-insert-semicolon
comment-dwim
cperl-electric-brace
cperl-electric-lbrace
csharp-maybe-insert-codedoc
cycle-spacing
dabbrev-expand
dired-do-kill-lines
dired-find-file
dired-flag-file-deletion
electric-newline-and-maybe-indent
end-of-visual-line
enh-ruby-electric-brace
enh-ruby-forward-sexp
eval-print-last-sexp
forward-sexp
haml-electric-backspace
helm-M-x
helm-confirm-and-exit-minibuffer
ibuffer-mark-for-delete
indent-for-tab-command
jordon-indent-repeat
jordon-toggle-comment
jordon-toggle-comment-line
js2r-expand-node-at-point
js2r-expand-object
kill-region
kill-visual-line
markdown-cycle
ns-copy-including-secondary
nxml-electric-slash
org-beginning-of-line
org-cycle
org-delete-char
org-end-of-line
org-force-self-insert
org-kill-line
org-meta-return
org-metaleft
org-metaright
org-self-insert-command
org-shiftleft
org-shiftmetaright
org-shiftright
org-table-blank-field
org-yank
paredit-backward-kill-word
paredit-backward-slurp-sexp
paredit-forward-slurp-sexp
paredit-join-sexps
paredit-open-round
paredit-semicolon
paredit-splice-sexp
paredit-split-sexp
python-indent-dedent-line-backspace
rjsx-electric-lt
ruby-end-space
sh-assignment
show-children
slime-space
transpose-sexps
transpose-words
undo-tree-visualize
web-mode-comment-or-uncomment
whitespace-mode
yaml-electric-dash-and-dot
yas-expand
))
(setq mc/cmds-to-run-once
'(
abort-recursive-edit
comint-copy-old-input
describe-variable
dired-do-flagged-delete
eval-defun
handle-switch-frame
ibuffer-do-kill-on-deletion-marks
ignore
jordon-mc-mark-until-line-change
kmacro-end-and-call-macro
kmacro-end-macro
kmacro-start-macro
markdown-exdent-or-delete
smex
web-mode-mark-and-expand
yaml-electric-backspace
))