Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: vi mode, v launches editor
- X-seq: zsh-users 13398
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Jerry Rocteur" <macosx@xxxxxxxxxx>
- Subject: Re: vi mode, v launches editor
- Date: Fri, 24 Oct 2008 14:33:38 +0200
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=v8iw3L5H+OUau0Qz7q6C46H4O7Re0z4Avy2UEoFAId0=; b=oAioBZf70IKUs8hhZ22YAh6jUvGwnbY1z7ybQHYMBmsdGZd6sQo33hLmwdMAb90LQr 7T6h5Yi+xHF5jGUlWnTymah0W2VQga39PS1b7rjEiZDLIOpoWhNUs7tIkSxxmBOWXqtt Khs65z1AVzXPh4XIaCstueQ2J2Ly1XGk9j8wE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=gPhakHeYKu0rHQmgwNBX+6Put7EbkpE8cdva8KaMkoMIfz8jdBddDvMn64xZYfv8m3 p5mAvb8ralBpODMS1vf3b7Ut7F76+WDO/ZZZoI7l/By/XnGrPZQOVBoPufHNlb5+y6me 6KdA85rdetgwbUxG2lqdqekTZ5wkwLV9cRk3s=
- In-reply-to: <55477.153.98.68.197.1224851040.squirrel@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <55477.153.98.68.197.1224851040.squirrel@xxxxxxxxxxxxxxxxxxx>
2008/10/24 Jerry Rocteur <macosx@xxxxxxxxxx>:
>> On Fri, 24 Oct 2008 11:35:17 +0200 (CEST)
>> "Jerry Rocteur" <macosx@xxxxxxxxxx> wrote:
>> w> 1) How do I get a complete list of key bindings that are set up in my current shell,
>>> perhaps if I could find this I
>>> would be able to find an answer quickly
>>
>> You might want to use "bindkey -L" since it outputs it in the form of the command you need to set things up again,
> so it's easy to grab a command for future use.
>
> That's a bit low level, I never type control anything except for control C from time to time or control H whey I
> forget to set stty erase on a HP UX server ;-)
>
> What I had in mind was, when I'm on the command line and I want to go right I type l, if I want to delete to end of
> line I type D, that is the kind of list I thought would be useful ?
try bindkey -M vicmd
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author