vt220.el

来自「windows版本的emacs」· EL 代码 · 共 9 行

EL
9
字号
;; For our purposes we can treat the vt200 and vt100 almost alike.;; Most differences are handled by the termcap entry.(load "term/vt100" nil t);; Make F11 an escape key.(define-key function-key-map "\e[23~" [?\e]);;; vt220.el ends here

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?