From 87cff3ff88c061ef986d5c0ba9cef7af2d5a5b79 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 02:09:32 +0000 Subject: [PATCH] Update dotfiles/.inputrc --- dotfiles/.inputrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dotfiles/.inputrc b/dotfiles/.inputrc index 2a5cf631..46856009 100644 --- a/dotfiles/.inputrc +++ b/dotfiles/.inputrc @@ -37,10 +37,5 @@ set visible-stats on # Readline used by Bash 4.) 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 "\e[3;3~": kill-word