keybind
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
(global-set-key (kbd "M-p") #'duplicate-dwim)
|
(global-set-key (kbd "M-p") #'duplicate-dwim)
|
||||||
(global-set-key (kbd "C-c y") #'copy-from-above-command)
|
(global-set-key (kbd "C-c y") #'copy-from-above-command)
|
||||||
(global-set-key (kbd "s-k") #'kill-current-buffer)
|
(global-set-key (kbd "s-k") #'kill-current-buffer)
|
||||||
|
(global-set-key (kbd "C-c q r") #'restart-emacs)
|
||||||
|
|
||||||
|
|
||||||
(when (eq system-type 'darwin)
|
(when (eq system-type 'darwin)
|
||||||
(global-set-key (kbd "s-x") #'execute-extended-command))
|
(global-set-key (kbd "s-x") #'execute-extended-command))
|
||||||
|
|||||||
@@ -118,7 +118,7 @@
|
|||||||
:autoload (consult--read consult--customize-put)
|
:autoload (consult--read consult--customize-put)
|
||||||
:commands (consult-narrow-help)
|
:commands (consult-narrow-help)
|
||||||
:functions (list-colors-duplicates consult-colors--web-list)
|
:functions (list-colors-duplicates consult-colors--web-list)
|
||||||
:bind (("C-c ." . consult-imenu)
|
:bind (("C-." . consult-imenu)
|
||||||
("C-c T" . consult-theme)
|
("C-c T" . consult-theme)
|
||||||
|
|
||||||
("s-f" . consult-line)
|
("s-f" . consult-line)
|
||||||
|
|||||||
Reference in New Issue
Block a user