Skip to content
forked from usi3/emacs.ahk

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

canxer314/emacs.ahk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

emacs.ahk

Allows you to use emacs-like key bindings on Windows environment.

This script is written in AutoHotkey (AHK) and has been maintained since Sep 21, 2007.

Supported keybindings

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
M-f next word
M-b previous word
Win-c copy
Win-v paste
Win-x cut
Win-z undo

Webpages introducing 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

Languages

  • AutoHotkey 100.0%