dot_mc-lists.el 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. ;; This file is automatically generated by the multiple-cursors extension.
  2. ;; It keeps track of your preferences for running commands with multiple cursors.
  3. (setq mc/cmds-to-run-for-all
  4. '(
  5. backward-sexp
  6. c-electric-delete-forward
  7. c-electric-paren
  8. c-electric-semi&comma
  9. c-indent-line-or-region
  10. comint-delchar-or-maybe-eof
  11. comint-insert-input
  12. dabbrev-expand
  13. delete-indentation
  14. dired-next-line
  15. dired-toggle-read-only
  16. dired-unmark-backward
  17. electric-newline-and-maybe-indent
  18. fill-paragraph
  19. forward-sexp
  20. haskell-indentation-common-electric-command
  21. helm-recentf
  22. helm-show-kill-ring
  23. hydra--digit-argument
  24. hydra--negative-argument
  25. hydra-multicursor/mc/mark-next-symbol-like-this
  26. hydra-multicursor/mc/mark-previous-like-this
  27. indent-for-tab-command
  28. indent-rigidly
  29. indent-rigidly-right
  30. insert-char
  31. kill-region
  32. kill-sentence
  33. kill-sexp
  34. kmacro-start-macro-or-insert-counter
  35. magit-copy-buffer-revision
  36. mark-paragraph
  37. mark-sexp
  38. mc/mark-next-lines
  39. message-beginning-of-line
  40. mouse-yank-primary
  41. org-beginning-of-line
  42. org-cycle
  43. org-delete-char
  44. org-end-of-line
  45. org-force-self-insert
  46. org-kill-line
  47. org-return-indent
  48. org-self-insert-command
  49. org-yank
  50. outshine-self-insert-command
  51. overwrite-mode
  52. phi-search
  53. phi-search-backward
  54. query-replace
  55. recompile
  56. slime-space
  57. smex
  58. sp-backward-delete-char
  59. sp-backward-kill-word
  60. sp-backward-sexp
  61. sp-backward-unwrap-sexp
  62. sp-delete-char
  63. sp-forward-sexp
  64. sp-forward-slurp-sexp
  65. sp-forward-symbol
  66. sp-join-sexp
  67. sp-kill-hybrid-sexp
  68. sp-kill-region
  69. sp-kill-sexp
  70. sp-kill-word
  71. sp-mark-sexp
  72. sp-remove-active-pair-overlay
  73. sp-split-sexp
  74. sp-unwrap-sexp
  75. sp-wrap-cancel
  76. texinfo-insert-@code
  77. transpose-sexps
  78. transpose-words
  79. undefined
  80. vterm--self-insert
  81. wdired-exit
  82. wdired-finish-edit
  83. wgrep-finish-edit
  84. yaml-electric-backspace
  85. yaml-electric-dash-and-dot
  86. yas-expand
  87. ))
  88. (setq mc/cmds-to-run-once
  89. '(
  90. beginning-of-defun
  91. clone-buffer
  92. compile
  93. completion-at-point
  94. dired-info
  95. dired-maybe-insert-subdir
  96. eir-eval-in-geiser
  97. eval-last-sexp
  98. find-file
  99. handle-switch-frame
  100. helm-M-x
  101. hydra-multicursor/body
  102. hydra-multicursor/mc/mark-next-like-this
  103. hydra-multicursor/mc/mark-next-lines
  104. hydra-multicursor/mc/mark-previous-symbol-like-this
  105. hydra-multicursor/nil
  106. ido-switch-buffer
  107. ivy-switch-buffer
  108. markdown-outdent-or-delete
  109. mc/toggle-cursor-on-click
  110. mouse-save-then-kill
  111. mouse-set-region
  112. projectile-compile-project
  113. repeat
  114. sh-assignment
  115. shell
  116. smartparens-strict-mode
  117. switch-to-buffer
  118. terminal-here-project-launch
  119. terminal-here-project-launch-multiplexer
  120. text-scale-adjust
  121. wgrep-change-to-wgrep-mode
  122. winner-undo
  123. ))