-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mc-lists.el
40 lines (38 loc) · 854 Bytes
/
.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
;; 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-kill-line
beginning-of-visual-line
copy-to-pasteboard
cut-to-pasteboard
end-of-visual-line
ess-smart-comma
ess-smarter-underscore
ess-yank
indent-for-tab-command
mark-whole-word
markdown-exdent-or-delete
ns-paste-secondary
org-self-insert-command
outshine-self-insert-command
paste-from-pasteboard
simpleclip-paste
))
(setq mc/cmds-to-run-once
'(
backward-kill-char-or-word
beginning-of-buffer
buffer-menu
end-of-buffer
ess-eval-region-or-line-and-step
markdown-outdent-or-delete
mouse-buffer-menu
mouse-set-region
org-cycle
org-mouse-down-mouse
polymode-export
simpleclip-copy
simpleclip-cut
suspend-frame
))