Skip to content

Instantly share code, notes, and snippets.

@ambakshi
Created November 30, 2014 04:42
Show Gist options
  • Save ambakshi/03f84a1a5538ae3b5b95 to your computer and use it in GitHub Desktop.
Save ambakshi/03f84a1a5538ae3b5b95 to your computer and use it in GitHub Desktop.
inputrc
$include /etc/inputrc
set editing-mode vi
set keymap vi-insert
"\C-l": clear-screen
set keymap vi
#set completion-ignore-case on
#set show-all-if-ambiguous on
#set page-completions off
set match-hidden-files off
set expand-tilde off
set completion-query-items 200
set mark-symlinked-directories on
# Bash4 only? See https://github.com/mathiasbynens/dotfiles/blob/master/.inputrc
set skip-completed-text on
"\e[B": history-search-forward
"\e[A": history-search-backward
#set print-completion-horizontally on
set convert-meta on
set input-meta off
set output-meta off
set bell-style none
#set keymap vi-insert
$if editing-mode=vi
"\C-l": clear-screen
#"\C-p": dynamic-complete-history
"\C-p": history-search-backward
"\C-n": menu-complete
$endif
#tab: complete
#set completion-ignore-case on
#set blink-matching-paren on
#"\e[1~": beginning-of-line
#"\e[4~": end-of-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment