# Best goddamn inputrc in the whole world. # Author: Seth House # Last Modified: $Date: 2007-11-25 03:53:32 -0500 (Sun, 25 Nov 2007) $ # Woo! set editing-mode vi # Adds punctuation as word delimiters set bind-tty-special-chars off # Completion Options set page-completions on set completion-ignore-case on set show-all-if-ambiguous on set show-all-if-unmodified on set visible-stats on set completion-query-items 200 # Useful stuff for UTF-8 set meta-flag on set input-meta on set output-meta on set convert-meta off $if mode=vi set keymap vi-command "gg": beginning-of-history "G": end-of-history set keymap vi-insert "\C-l": clear-screen "\C-w": backward-kill-word # auto-complete from the history "\C-p": history-search-backward "\C-n": history-search-forward $endif $if Bash $endif $if Python $endif # IPython needs this to appear at the bottom of the # file for clear-screen to work set keymap vi