zsh-users
 help / color / mirror / code / Atom feed
From: "Thomas Köhler" <jean-luc@picard.franken.de>
To: zzapper <david@tvis.co.uk>
Cc: zsh-users@sunsite.dk
Subject: Re: alias vl="vi !$"
Date: Thu, 11 Mar 2004 13:55:58 +0100	[thread overview]
Message-ID: <20040311125558.GA24218@picard.franken.de> (raw)
In-Reply-To: <39n050dv0evle58451ugj2m1vfktsj1e1b@4ax.com>

[-- Attachment #1: Type: text/plain, Size: 910 bytes --]

Hi,

zzapper wrote:
> On Thu, 11 Mar 2004 12:33:55 +0000, Peter Stephenson  wrote:
> 
> On the command prompt line I'm often typing say
> 
> >ll fred.txt
> >vi !$
> 
> Now I'd like to have an alias/function called say vl (vi last)
> 
> >vl
> 
> Which would save me typing vi !$ (my poor little fingers!), for that
> to work vl would need to access the line history

accept-line-or-empty-cmd() {
    if [ "$LBUFFER$RBUFFER"  = vl ] ; then
        LBUFFER="vi !$"
        RBUFFER=""
    fi
    builtin zle .accept-line
}
zle -N accept-line-or-empty-cmd
bindkey "^M" accept-line-or-empty-cmd

Fun with widgets :)

Ciao,
Thomas

-- 
 Thomas Köhler       Email:       jean-luc@picard.franken.de
     <><             WWW:           http://jeanluc-picard.de
                     IRC:                           tkoehler
                     PGP public key available from Homepage!

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-03-11 13:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-11  8:59 zzapper
2004-03-11  9:10 ` James Devenish
2004-03-11 12:26   ` zzapper
2004-03-11 12:33     ` Peter Stephenson
2004-03-11 12:40       ` zzapper
2004-03-11 12:55         ` Thomas Köhler [this message]
2004-03-11 13:23 ` zzapper
2004-03-11 17:17   ` Bart Schaefer
2004-03-11 17:58     ` $_ and compatibility Danek Duvall
2004-03-11 19:05     ` alias vl="vi !$" Wayne Davison
2004-03-11 20:13       ` zzapper
2004-03-11 23:45         ` Thorsten Kampe
2004-03-14 16:27     ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040311125558.GA24218@picard.franken.de \
    --to=jean-luc@picard.franken.de \
    --cc=david@tvis.co.uk \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).