代码拉取完成,页面将自动刷新
An autohotkey script that provides emacs-like keybindings on Windows. Feel free to improve and commit. I have used and maintained this script since Sep 21, 2007.
lynnux:slightly modified for my habit, add M-b, M-f, M-h, M-d
Keybinding | Function(Emacs Lisp) |
---|---|
C-t | set-mark-command |
C-@ | set-mark-command |
C-x C-f | find-file |
C-x C-s | save-buffer |
C-x C-y | yank-pop |
C-x C-h | mark-whole-buffer |
C-x C-p | mark-page |
C-d | delete-char |
M-d | kill-word |
C-h | delete-backward-char |
M-h | backward-kill-word |
C-k | kill-line, if caret is at the end of the line, then delete the "`r`n" |
C-o | open-line |
C-g | quit |
C-j | newline-and-indent |
C-m | newline |
C-i | indent-for-tab-command |
C-s | isearch-forward |
C-r | isearch-backward |
C-w | kill-region, if nothing selected, then cut the whole line |
M-w | kill-ring-save |
C-y | yank |
C-/ | undo |
C-u | redo, equal to native C-y |
C-a | move-beginning-of-line |
C-e | move-end-of-line |
C-p | previous-line |
C-n | next-line |
C-f | forward-char |
M-f | forward-word |
C-b | backward-char |
M-b | backward-word |
M-v | scroll-up |
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。