Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
moving to end of line
- X-seq: zsh-users 6410
- From: Skye Poier <skye@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: moving to end of line
- Date: Fri, 25 Jul 2003 14:10:24 -0700
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi everyone, I'm a recent tcsh convert, and loving it :)
Got everything just the way I like it, except one minor niggling detail.
When I scroll up and down through history with:
bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward
It would be really nice to have the cursor moved to the END of the line,
because 99% of the time I just need to change a bit of text on the end
of the command. Is there a way to do that?
I've "setopt ALWAYS_TO_END" but that's only for completion apparently.
(by the way, it would be really nice to be able to specify termcap
entries with bindkey)
Thanks!
Skye
Messages sorted by:
Reverse Date,
Date,
Thread,
Author