Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Binding Home and End
- X-seq: zsh-users 14756
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Binding Home and End
- Date: Sat, 30 Jan 2010 12:25:15 +0100
- In-reply-to: <237967ef1001291351h6ce2d3b4o8204833df57e2ccb@xxxxxxxxxxxxxx> (Mikael Magnusson's message of "Fri, 29 Jan 2010 22:51:11 +0100")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20100127165843.GA4832@xxxxxxxxxxxxxxxxxxxxxxxxxx> <20100128213354.0dd08dd2@pws-pc> <87mxzwsi54.fsf@xxxxxxxxxxxxxxxxxxxxxx> <237967ef1001291351h6ce2d3b4o8204833df57e2ccb@xxxxxxxxxxxxxx>
Mikael Magnusson wrote:
> On 29 January 2010 22:41, Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> wrote:
>> Peter Stephenson wrote:
[...]
>>> zle-line-init() { echoti smkx; }
>>> zle-line-finish() { echoti rmkx; }
[...]
>> Is there any potential part of the shell that could break if what the
>> above functions did were the default behaviour?
>
> I imagine it would at least break lots of keybinds for people who don't use
> terminfo.
Yes, of course. :)
I was rather getting at whether doing this was likely to break something
like menu-selection or something similar. I don't think it would, but
Peter's mention about "chaos" made me a little uneasy.
I'll probably just use the above in my setup and see if anything breaks
in the future.
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author