Test code: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 3: Line 3:




C-x C-s   ;; save-buffer
(global-set-key (kbd "C-<space>") #'set-mark-command)
C-h l   ;; view-lossage
C-SPC   ;; set-mark-command
C-SPC   ;; set-mark-command
C-SPC   ;; set-mark-command
C-SPC   ;; set-mark-command
C-SPC   ;; set-mark-command
C-h l   ;; view-lossage

Revision as of 01:31, 6 October 2025

(global-set-key (kbd "<KEYCODE_X>")

               (lambda () (interactive) (execute-kbd-macro (kbd "M-x"))))


(global-set-key (kbd "C-<space>") #'set-mark-command)