-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mc-lists.el
97 lines (95 loc) · 2.51 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
;; 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
'(
cua-copy-region
cua-delete-region
cua-paste
electric-indent-just-newline
eval-defun
eval-defun
evil-append
evil-append-line
evil-backward-char
evil-backward-word-begin
evil-change
evil-change-line
evil-copy-from-above
evil-delete
evil-delete-backward-char-and-join
evil-delete-char
evil-delete-line
evil-emacs-state
evil-exit-emacs-state
evil-exit-visual-state
evil-force-normal-state
evil-forward-char
evil-forward-char
evil-forward-word-end
evil-indent
evil-insert
evil-insert-line
evil-join
evil-next-line
evil-normal-state
evil-open-below
evil-paste-after
evil-paste-before
evil-previous-line
evil-replace
evil-ret-and-indent
evil-scroll-line-up
evil-search-next
evil-substitute
evil-visual-block
evil-visual-char
evil-yank-line
forward-sexp
indent-for-tab-command
indent-for-tab-command
keyboard-escape-quit
paredit-close-round
paredit-doublequote
paredit-forward-slurp-sexp
paredit-kill
paredit-open-round
paredit-open-square
paredit-splice-sexp
paredit-splice-sexp-killing-backward
rspec-verify-continue
ruby-electric-brace
ruby-end-space
sp--self-insert-command
sp-backward-sexp
sp-backward-slurp-sexp
sp-forward-sexp
sp-forward-slurp-sexp
sp-remove-active-pair-overlay
sp-splice-sexp
sp-splice-sexp-killing-backward
un-emacsify
wdired-finish-edit
wgrep-finish-edit
yaml-electric-dash-and-dot
yas-expand
))
(setq mc/cmds-to-run-once
'(
comment-or-uncomment-region
control-meta-click
delete-window
evil-find-char
evil-insert-digraph
evil-mouse-drag-region
evil-scroll-line-down
evil-search-symbol-backward
evil-yank
fix-for-evil
ido-switch-buffer
mouse-set-point
mouse-set-region
save-buffer-always
smex
widget-button-click
yaml-electric-backspace
))