Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: write a command line.
- X-seq: zsh-users 17005
- From: Bryan Hunt <irishjava@xxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: write a command line.
- Date: Sat, 14 Apr 2012 13:44:47 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=9+T1Er8JKJqkedvv2LvaxRTG/kdh3A/NmnwBHYjA8z8=; b=Y8wdzFFeOjSrtcD0uSv5l4Nu7P0hAkKPWsFjzVOw+3j5GbUYqVgPI2wP2Xx+0tMAAx Kti2BxGiTyDCQE2CurYbcDD3lyYQ31SoGgnClc4IP7kBeE8agqYvu1NSP914dXOS6hgB HOqwGzh68sClQvVsMl7CzKLu+aQxGGupkfZQW85oiULENZGHbg322DI7oo2eU9GZYTcM OGeJG1bRWSweyX4go4WoMuv6LudT3tXc4v5+9E8RzivDBaKqqMKFTL4Zd5i26jBgJUeK IzEdsbtkHp6JU5+lmXI1v+iprCEFOJaynTBDEtJ62quD88AxA6igPXqNXhsjq3JqGSmY WtZA==
- In-reply-to: <4F885F3B.9000402@eastlink.ca>
- 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: <4F885F3B.9000402@eastlink.ca>
On Fri, 13 Apr 2012 10:15:39 -0700, Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> Gentlemen,
>
> Back to attempting suicide by zsh.
Sounds like a really convoluted way of doing easy stuff.
bindkey -v
autoload -U edit-command-line
zle -N edit-command-line
bindkey '^E' edit-command-line
Press ctrl-e to edit command line of arbitrary complexity.
Works from vi insert mode, does not work from vi command mode.
Best Regards,
Bryan Hunt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author