Skip to content

Instantly share code, notes, and snippets.

@spikegrobstein
Created August 25, 2013 15:00
Show Gist options
  • Save spikegrobstein/6334294 to your computer and use it in GitHub Desktop.
Save spikegrobstein/6334294 to your computer and use it in GitHub Desktop.
put this in `~/.inputrc` for a good time.
"\e[A": history-search-backward
"\e[B": history-search-forward
$if Bash
Space: magic-space
$endif
"\M-o": "\C-p\C-a\M-f "
set visible-stats on
set show-all-if-ambiguous on
"\M-s": menu-complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment