Skip to content

Instantly share code, notes, and snippets.

@drconopoima
Last active April 14, 2021 10:09
Show Gist options
  • Save drconopoima/6df96d27a7792ccc7690a9a7cfb9d26d to your computer and use it in GitHub Desktop.
Save drconopoima/6df96d27a7792ccc7690a9a7cfb9d26d to your computer and use it in GitHub Desktop.
readlines configuration
# Search through the history for the characters before the cursor using the up
# and down arrows.
"\e[A": history-search-backward
"\e[B": history-search-forward
# Delete word forwards
"\e[3;3~": kill-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment