Skip to content

Instantly share code, notes, and snippets.

View 130db's full-sized avatar
💭
Read-Only

130db 130db

💭
Read-Only
View GitHub Profile
@130db
130db / .inputrc
Created April 18, 2013 23:38
Useful .inputrc for bash. Ubuntu & Mac OS
"\e[A": history-search-backward
"\e[B": history-search-forward
"\e[1~": beginning-of-line
"\e[4~": end-of-line
set show-all-if-ambiguous on
set completion-ignore-case on