This commit is contained in:
Zelong Kuang
2025-12-14 21:59:06 +11:00
parent b0d26beeb6
commit d7d25ec720
2 changed files with 3 additions and 1 deletions

View File

@@ -13,5 +13,7 @@
(global-set-key (kbd "C-c y") #'copy-from-above-command)
(global-set-key (kbd "s-k") #'kill-current-buffer)
(when (eq system-type 'darwin)
(global-set-key (kbd "s-x") #'execute-extended-command))
(provide 'init-bindings)