Add kbd for mc

This commit is contained in:
Jesús 2021-11-02 12:27:03 -05:00
parent 085e476d0f
commit 9fd02a16f8
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -65,6 +65,10 @@
(global-set-key (kbd "<f12>") 'revert-buffer-no-confirm) (global-set-key (kbd "<f12>") 'revert-buffer-no-confirm)
(global-set-key (kbd "s-h") 'global-hl-line-mode) ; Highlight current line (global-set-key (kbd "s-h") 'global-hl-line-mode) ; Highlight current line
(global-set-key (kbd "M-c") nil) ; disable capitalize-word (global-set-key (kbd "M-c") nil) ; disable capitalize-word
;; muti-curses
(global-set-key (kbd "C->") 'mc/mark-next-like-this)
(global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
;;--------------------------------------------------------------------------- ;;---------------------------------------------------------------------------
;; FullScreen ;; FullScreen