Skip to content

Commit

Permalink
mc/insert-numbers(letters)
Browse files Browse the repository at this point in the history
  • Loading branch information
papercatlol committed Aug 22, 2021
1 parent 7552ca0 commit 124713c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.el
Expand Up @@ -1265,6 +1265,9 @@ enable `hydra-flyspell'."
(global-set-key (kbd "C-x m SPC") 'set-rectangular-region-anchor)
(global-set-key (kbd "C-x m h") 'mc-hide-unmatched-lines-mode)

(setq mc/insert-numbers-default 1)
(global-set-key (kbd "C-x m 1") 'mc/insert-numbers)
(global-set-key (kbd "C-x m 2") 'mc/insert-letters)

;;** dired
(global-set-key (kbd "C-x C-d") 'dired)
Expand Down

0 comments on commit 124713c

Please sign in to comment.