https://github.com/idf/emacseverywhere
Emacs keymap across applications.
https://github.com/idf/emacseverywhere
Last synced: 6 months ago
JSON representation
Emacs keymap across applications.
- Host: GitHub
- URL: https://github.com/idf/emacseverywhere
- Owner: idf
- Created: 2014-07-05T09:18:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T07:49:58.000Z (over 6 years ago)
- Last Synced: 2025-01-20T21:15:16.473Z (over 1 year ago)
- Language: AutoHotkey
- Size: 157 KB
- Stars: 14
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emacs Everywhere
* Provides an Emacs-like keybinding emulation mode on everyone on Windows machine.
* This emulation mode can be toggled on and off using the (ctrl + \`) key.
## Environment
* Keyboard: US Keyboard.
* Platform: WinXP/Vista/Win7/Win8/Win8/Win10.
## Requirement
* AutoHotkey V1.x.
## Usage
* Download and install [AutoHotKey](http://www.autohotkey.com).
* Download this source and put it anywhere you like.
* Double click the script EmacsEverywhere.ahk file inside.
* Use (ctrl + \`) to toggle emacs mode. (Customizable).
## Notice
* I have commented out some emacs shortcut that you may want to uncomment.
* I disable the win-key in this script according to the Super User [thread](http://superuser.com/questions/151304/prevent-windows-key-from-opening-start-menu-in-windows-7). You may want to remove the line in the EmacsEverywhere.ahk `~LWin Up:: return`.
## Acknowledgment
A independent repo is created rather than fork since the old repo is no longer maintained.
This script is made based on the following:
* [emacs key bindings everywhere](http://www.davesquared.net/2008/02/emacs-key-bindings-everywhere.html)
* [emacs.ahk](https://github.com/usi3/emacs.ahk) repo
* [boblu/EmacsEverywhere](https://github.com/boblu/EmacsEverywhere).