Skip to content

Instantly share code, notes, and snippets.

@ivermac
Last active December 1, 2018 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivermac/b38fd95891336265f389877ba8a281cd to your computer and use it in GitHub Desktop.
Save ivermac/b38fd95891336265f389877ba8a281cd to your computer and use it in GitHub Desktop.
Custom .input.rc file

Inspired by this url. From this page, the input.rc file is used to map the keyboard to specific situations.

"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment