Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: readline completion Date: Tue, 16 Aug 2005 23:18:20 -0700 Lines: 26 Message-ID: References: <081620052319 DOT 18475 DOT 4302749B0003BB090000482B22073007930A050E040D0C079D0A AT comcast DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) In-Reply-To: X-IsSubscribed: yes Igor Pechtchanski wrote: > On Tue, 16 Aug 2005, Eric Blake wrote: > >>> Besides, a one-time sequence of commands below will allow painless >>> Tab-completion of /cygdrive: >>> >>> cd / && \ >>> mkdir /cygdrive && \ >>> cmd /c ren cygwin.bat Cygwin.bat && \ >>> cmd /c ren cygwin.ico Cygwin.ico >> >> Only if you don't have case-insensitive tab-completion turned on. >> Me, I like 'shopt -s nocaseglob' in ~/.bashrc, and >> 'set completion-ignore-case on' in ~/.inputrc, which then means >> /cygdrive and /Cygwin.bat still have a common '[cC][yY][gG]' prefix, >> so your trick doesn't help. > > > Yes, that turns a '/c[Tab]' sequence into a '/c[Tab]d[Tab]' (two more > keystrokes). :-) > Igor That's why I've long since changed cygdrive prefix to /dev! ;-) -- On the keyboard of life, always keep one finger on the escape key. -- 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/