Skip to content

Instantly share code, notes, and snippets.

@tadd
Last active July 12, 2023 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadd/4bc2adcb2dfe0cbfc9d47f659b40a1ee to your computer and use it in GitHub Desktop.
Save tadd/4bc2adcb2dfe0cbfc9d47f659b40a1ee to your computer and use it in GitHub Desktop.
readline-like `.lesskey` (Why not in /etc/skel?)
#line-edit
^A home
^E end
^P up
^N down # Overriding!
^F right
^B left
^K kill-line
^D delete
^[f word-right
^[b word-left
^W word-backspace
^[d word-delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment