Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "Alt ." to repeat last part of a command
- X-seq: zsh-users 15018
- From: Jérémie Roquet <arkanosis@xxxxxxxxx>
- To: Carlo Trimarchi <mr.spoon21@xxxxxxxxx>
- Subject: Re: "Alt ." to repeat last part of a command
- Date: Fri, 23 Apr 2010 11:24:01 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=uQprTiUZbuNtMDH7t06/HSNprXu6KtCCOttvtO9T4u0=; b=WDswg3hNaDBPKPFwZ8tbf3PnTabFb+mhVYfgq9cI3S4MQS1vMCqm/cb8n7RYg0sF9l ho3zS4W4/UOQHqnxdvgdJIzz/7mfNR3uqyVAyqwvtJhUbluRvfUTwV0wp0QCLEul76cH qSCgaEIs5p7hwgO53npmLjCaN2paAZ/DgHlro=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Z5XdXQ0U83OO/pIrOGoI1TswBQBtEPsmeyWih0+qz2h6Wn6gZAXRI5k3zLnBZLcW/4 lGsAEem5UjionYpWp6toHjI8nln82l6v54qv0Uq+b+e+zxCoMmhfcrBoAaQLjV2QaeTF SXGMW2hZJ/dtUGTDiZysccJle+R1SINCX1GFg=
- In-reply-to: <g2r8f67b6f81004230214j86a58e34r974261cb88ea1250@xxxxxxxxxxxxxx>
- 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: <g2r8f67b6f81004230214j86a58e34r974261cb88ea1250@xxxxxxxxxxxxxx>
Hello,
2010/4/23 Carlo Trimarchi <mr.spoon21@xxxxxxxxx>:
> how can I use the "Alt ." combination to repeat the last part of a
> command? When I used bash I used a lot this.
> Or, maybe, is there any other combination in zsh to do the same thing?
Not sure I understood what you mean, but maybe :
bindkey -s '^[.' '!#$'
Best regards,
--
Jérémie
Messages sorted by:
Reverse Date,
Date,
Thread,
Author