zsh-users
 help / color / mirror / code / Atom feed
From: Daniel Shahaf <d.s@daniel.shahaf.name>
To: zzapper <david@rayninfo.co.uk>
Cc: zsh-users@zsh.org
Subject: Re: suffix alias on a generated file name
Date: Sat, 14 Dec 2019 11:17:51 +0000	[thread overview]
Message-ID: <20191214111751.ot4jd3o5esekqyfb@tarpaulin.shahaf.local2> (raw)
In-Reply-To: <XnsAB2489C6C6331davidrayninfocouk@195.159.176.226>

zzapper wrote on Fri, Dec 13, 2019 at 13:32:37 -0000:
> Hi
> I want to open the most recently editted text file with vim using a suffix 
> alias
> 
> alias -s txt='gvim'
> alias NF='*(.om[1])'
> touch fred.txt
> NF<tab>
> *(.om[1])<TAB>
> So double-tabbing will then exercise the suffix alias and open fred.txt in 
> gvim.
> 
> BUT how do I do that without the manual TABing?

What's wrong with

alias NF='gvim *.txt(.om[1])'

?

  reply	other threads:[~2019-12-14 11:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-13 13:32 zzapper
2019-12-14 11:17 ` Daniel Shahaf [this message]
2019-12-15 16:20   ` zzapper
2019-12-16  3:58     ` Daniel Shahaf
2019-12-17 10:02       ` zzapper
2019-12-17 10:14         ` Daniel Shahaf

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=20191214111751.ot4jd3o5esekqyfb@tarpaulin.shahaf.local2 \
    --to=d.s@daniel.shahaf.name \
    --cc=david@rayninfo.co.uk \
    --cc=zsh-users@zsh.org \
    /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).