-
Notifications
You must be signed in to change notification settings - Fork 3
/
.mc-lists.el
52 lines (50 loc) · 1.4 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
;; 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
backward-up-list
c-electric-brace
c-electric-colon
c-electric-delete-forward
c-electric-paren
c-electric-semi&comma
c-indent-line-or-region
convert-to-underscore
electric-newline-and-maybe-indent
forward-sexp
handle-switch-frame
haskell-indentation-common-electric-command
indent-for-tab-command
isearch-backward-regexp
isearch-delete-char
isearch-forward-regexp
isearch-printing-char
kill-region
mark-sexp
nxml-electric-slash
org-beginning-of-line
org-delete-char
org-end-of-line
org-force-self-insert
org-kill-line
org-self-insert-command
org-yank
orgtbl-self-insert-command
sp-backward-delete-char
sp-delete-char
sp-kill-hybrid-sexp
web-mode-comment-indent-new-line
yaml-electric-backspace
))
(setq mc/cmds-to-run-once
'(
beginning-of-buffer
elscreen-previous
end-of-buffer
helm-M-x
helm-confirm-and-exit-minibuffer
isearch-abort
isearch-exit
yas-expand
))