Skip to content

Instantly share code, notes, and snippets.

@kvasdopil
Last active March 19, 2025 10:19
Show Gist options
  • Select an option

  • Save kvasdopil/00d42c75d1eed28f93e818d6b4bc03c7 to your computer and use it in GitHub Desktop.

Select an option

Save kvasdopil/00d42c75d1eed28f93e818d6b4bc03c7 to your computer and use it in GitHub Desktop.
inputrc configuration
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[C": forward-char
"\e[D": backward-char
# ~/.inputrc on remote Ubuntu
"\e\e[D": backward-word
"\e\e[C": forward-word
# fallback for Meta + b/f in case other apps send it
"\eb": backward-word
"\ef": forward-word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment