-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mc-lists.el
83 lines (81 loc) · 2.18 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
;; 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
'(
beginning-of-buffer
beginning-of-defun
beginning-of-visual-line
c-electric-delete-forward
c-electric-paren
c-electric-semi&comma
c-electric-slash
comment-line
company-indent-or-complete-common
copy-to-register
delete-horizontal-space
delete-indentation
electric-pair-delete-pair
end-of-buffer
end-of-visual-line
eruby-mode-electric-percent
eval-print-last-sexp
forward-sentence
helm-projectile
help-for-help
indent-for-tab-command
kill-region
kill-visual-line
ns-copy-including-secondary
org-beginning-of-line
org-ctrl-c-ctrl-c
org-delete-char
org-edit-src-save
org-end-of-line
org-export-dispatch
org-force-self-insert
org-insert-heading-respect-content
org-kill-line
org-meta-return
org-metaleft
org-metaright
org-mouse-down-mouse
org-open-line
org-self-insert-command
org-shiftmetaleft
org-shiftmetaright
org-shiftright
org-yank
ruby-end-space
sgml-slash
transpose-words
wdired-finish-edit
web-mode-element-wrap
yaml-electric-backspace
yas-expand
))
(setq mc/cmds-to-run-once
'(
ab/toggle-eshell-visor
ace-jump-mode
c-electric-colon
electric-newline-and-maybe-indent
goto-line
handle-switch-frame
helm-M-x
helm-find-files
helm-mini
kmacro-start-macro-or-insert-counter
mark-whole-buffer
markdown-exdent-or-delete
markdown-outdent-or-delete
mouse-set-region
ns-open-file-select-line
org-cycle
org-shifttab
query-replace
rspec-verify-all
ruby-send-definition
set-goal-column
toggle-input-method
yaml-electric-dash-and-dot
))