Add kbd for mc
This commit is contained in:
parent
085e476d0f
commit
9fd02a16f8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user