| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <49F5EAD8.7020104@gmail.com> |
| Date: | Mon, 27 Apr 2009 18:26:48 +0100 |
| From: | Dave Korn <dave DOT korn DOT cygwin AT googlemail DOT com> |
| User-Agent: | Thunderbird 2.0.0.17 (Windows/20080914) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: mintty and CTRL + -> |
| References: | <1d4c5bbf74af4d91aabccf72f841367b AT mail DOT smartmobili DOT com> <416096c60904270956i12b2a93ci4199b50c4e348745 AT mail DOT gmail DOT com> |
| In-Reply-To: | <416096c60904270956i12b2a93ci4199b50c4e348745@mail.gmail.com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
Andy Koppe wrote:
> 2009/4/27 Vincent R.
>> on unix terminals when I press CTRL + RIGHT_KEY or CTRL+LEFT_KEY, cursor
>> move from one word to another
>> which is very handy.
>> It doesn't work on mintty and I am sad about it ... ;-)
>
> You'll need to configure that behaviour in ~/.inputrc, the config file
> for the readline library. From the TIPS section of the mintty manual
> page:
> Anyone used to Windows key combinations for editing text might find the
> following bindings useful:
>
> # Ctrl+Left/Right to move by whole words
> "\e[1;5D": backward-word
> "\e[1;5C": forward-word
(Not mitty, but related): That didn't work for me in a cmd.exe shell, but
this does:
"\e[D": backward-word
"\e[C": forward-word
I don't know why.
cheers,
DaveK
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |