Skip to content

Instantly share code, notes, and snippets.

@jeffbryner
Created November 9, 2019 19:34
Show Gist options
  • Save jeffbryner/9984abcf62a0c895907553571f7f2403 to your computer and use it in GitHub Desktop.
Save jeffbryner/9984abcf62a0c895907553571f7f2403 to your computer and use it in GitHub Desktop.
fn/page up down search
cat .inputrc
"\e[5~": history-search-backward
"\e[6~": history-search-forward
@jeffbryner
Copy link
Author

cat, no input to see control/chars

@jeffbryner
Copy link
Author

^[[F function

^[[1;3C option
^[[D left arrow
^[[C right arrow
^[[A up arrow
^[[B down arrow

^[[1;3D option left arrow
^[[H function left arrow
^[[5~ function up arrow
^[[F function right arrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment