This commit is contained in:
Zelong Kuang
2025-12-15 01:04:39 +11:00
parent 138f7eb38f
commit eaebfb15bf
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
(global-set-key (kbd "M-p") #'duplicate-dwim)
(global-set-key (kbd "C-c y") #'copy-from-above-command)
(global-set-key (kbd "s-k") #'kill-current-buffer)
(global-set-key (kbd "C-c q r") #'restart-emacs)
(when (eq system-type 'darwin)
(global-set-key (kbd "s-x") #'execute-extended-command))