-
Notifications
You must be signed in to change notification settings - Fork 22
/
.mc-lists.el
executable file
·51 lines (49 loc) · 1.38 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
;; 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
'(
TeX-insert-backslash
TeX-insert-dollar
TeX-insert-sub-or-superscript
beginning-of-visual-line
c-electric-colon
c-electric-delete-forward
c-electric-paren
c-electric-semi&comma
c-electric-slash
dabbrev-expand
delete-horizontal-space
electric-newline-and-maybe-indent
end-of-visual-line
helm-confirm-and-exit-minibuffer
indent-for-tab-command
kill-visual-line
mark-whole-buffer
markdown-insert-bold
markdown-outdent-or-delete
mc/mark-next-line-like-this
org-beginning-of-line
org-ctrl-c-ctrl-c
org-delete-char
org-end-of-line
org-force-self-insert
org-kill-line
org-metaright
org-self-insert-command
org-shiftmetaright
org-yank
other-frame
sgml-close-tag
sgml-slash
slime-autodoc-space
string-rectangle
transpose-words
yaml-electric-backspace
yaml-electric-dash-and-dot
yas-expand
))
(setq mc/cmds-to-run-once
'(
dired-unmark-backward
markdown-exdent-or-delete
))