Skip to content

tty-tourist/emacs-console-keys-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published