Skip to content

Instantly share code, notes, and snippets.

@keriat
Forked from gregorynicholas/.inputrc
Created January 19, 2019 02:13
Show Gist options
  • Save keriat/f1dcbfcb4396a486d2906557552041e9 to your computer and use it in GitHub Desktop.
Save keriat/f1dcbfcb4396a486d2906557552041e9 to your computer and use it in GitHub Desktop.
OSX .inputrc to make terminal way better. and by better i mean i'm naked
"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[5~": history-search-backward
"\e[6~": history-search-forward
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
set completion-ignore-case On
set expand-tilde on
set convert-meta off
set input-meta on
set output-meta on
set show-all-if-ambiguous on
set visible-stats on
set -o vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment