Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xahlee/xah-fly-keys
the most efficient keybinding for emacs
https://github.com/xahlee/xah-fly-keys
Last synced: 3 months ago
JSON representation
the most efficient keybinding for emacs
- Host: GitHub
- URL: https://github.com/xahlee/xah-fly-keys
- Owner: xahlee
- Created: 2014-06-30T05:38:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T08:52:42.000Z (6 months ago)
- Last Synced: 2024-05-23T09:52:55.550Z (6 months ago)
- Language: Emacs Lisp
- Homepage: http://xahlee.info/emacs/misc/xah-fly-keys.html
- Size: 2.33 MB
- Stars: 463
- Watchers: 20
- Forks: 80
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xah-fly-keys
===================A modal keybinding for emacs (like vim), but based on command frequency and ergonomics.
This is the most efficient editing system in the universe.
Xah Fly Keys home page at
http://xahlee.info/emacs/misc/xah-fly-keys.html2020-04-18 News: Key Engine Rewrite
===================Major key engine rewrite by Dan Langlois (https://github.com/DanLanglois) and Will Dey (https://github.com/wi11dey) .
QWERTY layout
-------------------
![xah-fly-keys qwerty layout](xah_fly_keys_qwerty_layout_2024-06-16.png)Manual Install
-------------------put the file xah-fly-keys.el in ~/.emacs.d/lisp/
create the dir if doesn't exist.put the following in your emacs init file:
```elisp
(add-to-list 'load-path "~/.emacs.d/lisp/")
(require 'xah-fly-keys)
;; specify a layout
(xah-fly-keys-set-layout "qwerty");; other popular values
;; adnw (German)
;; azerty
;; azerty-be
;; bepo
;; colemak
;; colemak-dh
;; dvorak
;; neo2 (German)
;; norman
;; programer-dvorak
;; pt-nativo (Brazil)
;; qwerty-abnt (Brazil)
;; qwerty-no (Norwegian)
;; qwerty-se (Swedish)
;; qwertz
;; russian
;; workman
;; and more(xah-fly-keys 1)
```Full Documentation
-------------------http://xahlee.info/emacs/misc/xah-fly-keys.html
Been working on this since 2013, and since 2007 on ergoemacs-mode.
give me 5 bucks https://paypal.com pay to [email protected]
Thanks.