Skip to content

Latest commit

 

History

History
126 lines (123 loc) · 2.13 KB

README.md

File metadata and controls

126 lines (123 loc) · 2.13 KB

emacs.ahk

This tiny script allows you to use the emacs-like key bindings on Windows, which is written in AutoHotkey (AHK) language. The maintainer has used this script since 2007 and has verified that it works effectively for various kinds of applications.

Supported keybindings

Keybinding Emacs Lisp Function
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

Some webpages that introduced this script