-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mc-lists.el
41 lines (39 loc) · 1.04 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
;; 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
'(
coffee-dedent-line-backspace
comment-dwim
cua--prefix-override-handler
cua-cut-region
cua-delete-region
cua-paste
cua-paste-pop
cua-scroll-up
cursor-down-slightly
cursor-up-slightly
dabbrev-expand
electric-pair-delete-pair
handle-select-window
helm-confirm-and-exit-minibuffer
ignore
indent-for-tab-command
org-end-of-line
org-force-self-insert
org-metaright
org-self-insert-command
python-backspace
python-electric-colon
python-indent-dedent-line-backspace
python-indent-electric-colon
recenter
sgml-close-tag
smex
upcase-region
yas-expand
))
(setq mc/cmds-to-run-once
'(
helm-M-x
ido-switch-buffer
))