Skip to content

Instantly share code, notes, and snippets.

@utternerd
Created December 6, 2014 19:50
Show Gist options
  • Save utternerd/cc7bf528b6bc10e70579 to your computer and use it in GitHub Desktop.
Save utternerd/cc7bf528b6bc10e70579 to your computer and use it in GitHub Desktop.
Page Up and Page Down completion mappings for Bash
# mappings for "page up" and "page down" searching of history
"\e[5~": history-search-backward
"\e[6~": history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment