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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20020314220204.23910.qmail@web13006.mail.yahoo.com> Date: Thu, 14 Mar 2002 14:02:04 -0800 (PST) From: Scott Goldstein Subject: Bash - bind Alt-Arrow keys To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I want to bind \M-right and \M-left to forward-word and backward-word respectively in bash. I've tried the following in my .inputrc file: # forward word bind '"\M-\e[C":forward-word' # backward word bind '"\M-\e[D":backward-word' It seems to work, but have some strange side affects. Specifically, the 'b' key no longer works. Any ideas? Thanks. Scott __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/