From 30512e91dfe69b6c968e3362f5190caec4d54b18 Mon Sep 17 00:00:00 2001 From: Larry Lv Date: Mon, 7 Aug 2017 23:12:37 -0700 Subject: [PATCH] shift-tab: cycle backwards --- inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inputrc b/inputrc index ee5af681..4b24ae46 100644 --- a/inputrc +++ b/inputrc @@ -4,3 +4,5 @@ "\e[B":history-search-forward # cycle through tab completion options TAB: menu-complete +# Shift-TAB cycles completions backward +"\e[Z": menu-complete-backward