Last active
July 12, 2023 10:28
-
-
Save tadd/4bc2adcb2dfe0cbfc9d47f659b40a1ee to your computer and use it in GitHub Desktop.
readline-like `.lesskey` (Why not in /etc/skel?)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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