From a430fb102d0a46ec9342bccd6570dfe372ccb4ab Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 8 Nov 2018 16:09:24 -0600 Subject: [PATCH] .inputrc: Unbind tab from menu-complete That was annoying as shit --- .inputrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.inputrc b/.inputrc index 8abd2184..d614f92e 100644 --- a/.inputrc +++ b/.inputrc @@ -11,8 +11,6 @@ set show-all-if-ambiguous on set skip-completed-text on ## KEYBINDINGS -# Completion -"\t": menu-complete # History searching "\e[A": history-search-backward "\e[B": history-search-forward