Last active
September 29, 2019 19:58
-
-
Save knatsakis/1357a4595aa9d6fe9961b542db7cd45a to your computer and use it in GitHub Desktop.
Readline key bindings for less (line editing)
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 | |
^B left | |
^F right | |
^P up | |
^N down | |
\eb word-left | |
\ef word-right | |
^D delete | |
\ed word-delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment