-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.mc-lists.el
107 lines (105 loc) · 2.82 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
;; 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
c-electric-backspace
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
capitalize-dispatch
comint-delchar-or-maybe-eof
comment-dwim
comment-dwim-or-comment-region-as-kill
delete-indentation
dired-jump-to-top
dired-next-line
double-quote-word
downcase-dispatch
dp-self-insert-command
electric-newline-and-maybe-indent
end-of-buffer
eval-dispatch
fixup-whitespace
forward-sexp
hippie-expand-ido
increment-decimal-number-at-point
indent-for-tab-command
isearch-abort
join-following-line
kill-region
kmacro-end-or-call-macro
markdown-cycle
markdown-exdent-or-delete
move-text-up
mwim-beginning-of-code-or-line
mwim-end-of-line-or-code
nxml-electric-slash
open-line-indent
org-backward-sentence
org-beginning-of-line
org-cycle
org-delete-char
org-end-of-line
org-force-self-insert
org-forward-sentence
org-kill-line
org-return-indent
org-self-insert-command
org-yank
orgtbl-hijacker-command-102
orgtbl-self-insert-command
paredit-splice-sexp
python-indent-dedent-line-backspace
python-indent-electric-colon
sgml-slash
sh-assignment
smart-beginning-of-line
sp--self-insert-command
sp-remove-active-pair-overlay
sp-self-insert-command
sp-wrap-cancel
transpose-words
upcase-dispatch
wdired-downcase-word
wrap-region-trigger
yaml-electric-backspace
yas-expand
zap-up-to-char
))
(setq mc/cmds-to-run-once
'(
compile
describe-key
dired-details-hide
dired-toggle-read-only
edebug-next-mode
ediff-next-difference
find-tag
ido-find-file
ido-switch-buffer
ignore
isearch-printing-char
ispell-word
keyboard-escape-quit
mc/align
mc/dwim
mc/mark-all-dispatch
org-list-repair
overwrite-mode
python-shell-send-buffer
smart-isearch-backward
smart-isearch-forward
smex
toggle-input-method
universal-argument-minus
vimgolf-submit
wdired-abort-changes
wdired-finish-edit
))