Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
About insert-last-word and "command args | less"
- X-seq: zsh-users 10870
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: About insert-last-word and "command args | less"
- Date: Sat, 14 Oct 2006 13:56:17 +0200
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
I often do something like
svn log file | m
(where m is an alias for less). But when I use insert-last-word, I get
the "m" instead of "file". Is there a way to ignore the one-character
words?
Alternatively, is there a way to make
svn log file |
behave a bit like "< file", i.e. using READNULLCMD instead of getting
another prompt (and use "... | \" to get the prompt)?
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author