-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mc-lists.el
113 lines (111 loc) · 3.33 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
;; 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-five-chars
backward-five-lines
backward-sentence
backward-sexp
beginning-of-buffer
beginning-of-defun
bool-flip-do-flip
comint-delchar-or-maybe-eof
comment-region
counsel-M-x
delete-horizontal-space
dired-flag-file-deletion
dired-mark
dired-next-line
dired-previous-line
dired-toggle-read-only
ein:worksheet-split-cell-at-point
electric-newline-and-maybe-indent
end-of-buffer
end-of-defun
eval-expression
eval-print-last-sexp
fill-paragraph
fortran-split-line
forward-five-chars
forward-five-lines
forward-sentence
forward-sexp
hydra--digit-argument
hydra--universal-argument
hydra-mjb-mc/er/expand-region
ibuffer-mark-for-delete
ibuffer-mark-forward
indent-for-tab-command
indent-new-comment-line
insert-register
js2-indent-bounce
kill-region
kill-sentence
mark-paragraph
markdown-exdent-or-delete
org-self-insert-command
prog-indent-sexp
puppet-interpolate
python-indent-shift-left
python-indent-shift-right
python-indent-shift-right
python-nav-forward-block
python-nav-forward-block
rjsx-delete-creates-full-tag
sh-assignment
transpose-words
transpose-words
typescript-insert-and-autoconvert-to-template
typescript-insert-and-indent
typescript-insert-and-indent
wgrep-finish-edit
xterm-paste
yaml-electric-backspace
yaml-electric-bar-and-angle
yaml-electric-dash-and-dot
yas-expand
))
(setq mc/cmds-to-run-once
'(
counsel-git-grep
dired-do-copy
ein:worksheet-execute-cell-and-goto-next
hydra-mjb-mc/body
hydra-mjb-mc/lambda-\#
hydra-mjb-mc/mc/cycle-backward
hydra-mjb-mc/mc/cycle-forward
hydra-mjb-mc/mc/edit-lines-and-exit
hydra-mjb-mc/mc/mark-all-like-this
hydra-mjb-mc/mc/mark-next-like-this-word
hydra-mjb-mc/mc/mark-next-lines
hydra-mjb-mc/mc/mark-pop
hydra-mjb-mc/mc/mark-previous-like-this
hydra-mjb-mc/mc/mark-previous-lines
hydra-mjb-mc/mc/reverse-regions
hydra-mjb-mc/mc/skip-to-next-like-this
hydra-mjb-mc/mc/skip-to-previous-like-this
hydra-mjb-mc/mc/sort-regions
hydra-mjb-mc/mc/unmark-next-like-this
hydra-mjb-mc/mc/unmark-previous-like-this
hydra-mjb-mc/nil
ibuffer-do-kill-on-deletion-marks
ibuffer-mark-for-delete-backwards
ido-switch-buffer
ivy-occur-revert-buffer
ivy-wgrep-change-to-wgrep-mode
kmacro-end-macro
linum-mode
magit-status
make-frame-command
mark-whole-buffer
markdown-outdent-or-delete
org-delete-char
repeat
revert-buffer
save-some-buffers
set-rectangular-region-anchor
undefined
wdired-finish-edit
xref-find-definitions
))