An autohotkey script that provides emacs-like keybindings on Windows. Feel free to commit this repository. I have used and maintained this script since Sep 21, 2007.
Keybinding | Function(Emacs Lisp) |
---|---|
C-Space | set-mark-command |
C-@ | set-mark-command |
C-x C-f | find-file |
C-x C-s | save-buffer |
C-x C-c | kill-emacs |
C-d | delete-char |
C-h | delete-backward-char |
C-k | kill-line |
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 |
M-w | kill-ring-save |
C-y | yank |
C-/ | undo |
C-a | move-beginning-of-line |
C-e | move-end-of-line |
C-p | previous-line |
C-n | next-line |
C-f | forward-char |
C-b | backward-char |
C-v | scroll-down |
M-v | scroll-up |