Created
April 18, 2018 14:06
-
-
Save ferki/8615d217c9b06ad9a76e92093b726fdf to your computer and use it in GitHub Desktop.
inputrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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