Update dotfiles/.inputrc

This commit is contained in:
Brian Zalewski 2022-10-28 02:09:32 +00:00
parent ce0378c9c1
commit 87cff3ff88

View file

@ -37,10 +37,5 @@ set visible-stats on
# Readline used by Bash 4.) # Readline used by Bash 4.)
set skip-completed-text on set skip-completed-text on
# Allow UTF-8 input and output, instead of showing stuff like $'\0123\0456'
set input-meta on
set output-meta on
set convert-meta off
# Use Alt/Meta + Delete to delete the preceding word # Use Alt/Meta + Delete to delete the preceding word
"\e[3;3~": kill-word "\e[3;3~": kill-word