X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Tue, 17 Jun 2008 14:49:18 -0500 From: "Frank Jacobs" To: cygwin AT cygwin DOT com Subject: Shift-Tab for Backwards Completion MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I've used the solution below so that I can go back in the completion list in Bash via the SHIFT-TAB keystroke. However, I can only get it to work when running in an xterm window (where $TERM=xterm). It doesn't work in the plain-ol' Windows console window (where $TERM=cygwin). The research that I've done has pointed me to termcap as a possible suspect. Grokking termcap is going to take me a while. Before I go down a possible dead end, does anyone have any comments on why SHIFT-TAB doesn't work when running Cygwin/Bash in a Windows console window? (By "doesn't work" I mean that SHIFT-TAB behaves the same as pressing TAB by itself). Here's the aforementioned solution for configuring SHIFT-TAB for backwards completion: http://klo-2k.spaces.live.com/blog/cns!2872308BEB65CA67!521.entry Thanks, Frank -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/