All Projects → tty-tourist → emacs-console-keys-hack

tty-tourist / emacs-console-keys-hack

Licence: other
No description, website, or topics provided.

Programming Languages

emacs lisp
2029 projects

Get all the emacs keys working in the Linux Console

This adds support for some of the chords that doesn’t work by default when running emacs in the Linux Console, such as a range of combination of arrows, C, M, S and RET. I use org pretty extensively, and all of the keys for that should be covered.

Note: This works for the Linux Console (the one you’re in before starting X) but it doesn’t necessarrily work for terminal emulators in X.

Config

Load keys.txt to the keymap by putting this somewhere appropriate like /etc/rc.local:

loadkeys /path/to/keys.txt

Load keys.el by putting this somewhere in your emacs init file:

(load "/path/to/keys.el")

That’s it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].