Skip to content

Instantly share code, notes, and snippets.

View colinvh's full-sized avatar

Colin von Heuring colinvh

View GitHub Profile
@colinvh
colinvh / .inputrc
Created September 30, 2012 00:50 — forked from gregorynicholas/.inputrc
OSX .inputrc to make terminal even more better.
"\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