Skip to content

Instantly share code, notes, and snippets.

@ferki
Created April 18, 2018 14:06
Show Gist options
  • Save ferki/8615d217c9b06ad9a76e92093b726fdf to your computer and use it in GitHub Desktop.
Save ferki/8615d217c9b06ad9a76e92093b726fdf to your computer and use it in GitHub Desktop.
inputrc
$include /etc/inputrc
# allow the use of the Delete/Insert keys
"\e[P": delete-char
"\e[4h": quoted-insert
"\e[5~": history-search-backward
"\e[6~": history-search-forward
set colored-stats On
set completion-ignore-case On
set completion-prefix-display-length 10
set mark-symlinked-directories On
set show-all-if-ambiguous On
set show-all-if-unmodified On
set visible-stats On
set blink-matching-paren on
# set editing-mode vi
# set show-mode-in-prompt on
# set vi-ins-mode-string \1\e[6 q\2
# set vi-cmd-mode-string \1\e[2 q\2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment