This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: First Pass at mintty documentation; etc.


On Wed, Jan 14, 2009 at 10:18 PM, Andrew DeFaria wrote:
> Why not simply type Ctrl-R then the first few letters of a command (or some
> letters in the middle of a command). Works great! Requires no support from
> any terminal emulator...

True, but that's only one direction of history search, albeit the most
commonly useful one.  For those cases where you're somewhere back in
your history and need to search forward, what do you do?  The default
binding for history-search-forward is control-S; unfortunately, that's
also usually the stop character and therefore caught by the terminal
before bash ever sees it.  So you have to either change the stop
character or rebind the function, and if you rebind that one you might
as well bind the other one to something symmetric.

Also, while it's fun to customize things in .inputrc (I have mine set
to editing-mode vi, in which incidentally the / key starts a history
search), I do recommend that everyone learn the emacs keys just
because that's what bash defaults to.  Sure, if I'm going to be typing
more than a couple commands in a foreign bash setup, the first one I
type is "set -o vi".   But for short sessions in someone else's
environment it's handy to be able to use the default bindings.

--
Mark J. Reed <markjreed@gmail.com>

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]