# emacs.ahk **Repository Path**: lisp_p/emacs.ahk ## Basic Information - **Project Name**: emacs.ahk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 * [AutoHotkeyでemacs風キーバインド - torutkの日記](http://d.hatena.ne.jp/torutk/20101009/p2) * [オダろぐ : Emacs>AutoHotKey の Emacsモードを使うことにした](http://blog.livedoor.jp/odaxsen/archives/1546840.html) * [AutoHotkey « sea side she side](http://www.a10i.jp/?tag=autohotkey) * [NTEmacs @ ウィキ - Windows の操作を emacs のキーバインドで行う設定 (AutoHotKey版)](http://www49.atwiki.jp/ntemacs/pages/20.html) * Customized by 2cher