Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: A 'complete' reference of CTRL key combinations?
- X-seq: zsh-users 12603
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: A 'complete' reference of CTRL key combinations?
- Date: Sat, 16 Feb 2008 12:45:59 -0800
- In-reply-to: <237967ef0802161157h339ff871gda678fc9b053500d@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70802160430x1ad05bb5o3a4bb5087cd91ff@xxxxxxxxxxxxxx> <080216082138.ZM30990@xxxxxxxxxxxxxxxxxxxxxx> <17393e3e0802161154p5d17763y17df33a80605d94@xxxxxxxxxxxxxx> <237967ef0802161157h339ff871gda678fc9b053500d@xxxxxxxxxxxxxx>
On Feb 16, 8:57pm, Mikael Magnusson wrote:
}
} Actually, you can accept lines with either of alt-a, ctrl-o, ctrl-j,
} ctrl-m and alt-x (and possibly more that i haven't thought of :).
Alt-x ? For me that invokes execute-named-cmd, which still needs yet
another accept-* at the end.
% bindkey -L | fgrep accept
bindkey "^J" accept-line
bindkey "^M" accept-line
bindkey "^O" accept-line-and-down-history
bindkey "^[A" accept-and-hold
bindkey "^[a" accept-and-hold
In viins/vicmd modes you get only ^J and ^M.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author