Skip to content
/ emacs.ahk Public

An autohotkey script that allows you to use emacs-like key bindings on Windows environment

Notifications You must be signed in to change notification settings

usi3/emacs.ahk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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

About

An autohotkey script that allows you to use emacs-like key bindings on Windows environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published