Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to accept a completion?
- X-seq: zsh-workers 26904
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: How to accept a completion?
- Date: Wed, 29 Apr 2009 17:22:04 -0700
- In-reply-to: <090429171254.ZM10469@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0904291136v63ae26f4mb08cbd577b3f4503@xxxxxxxxxxxxxx> <090429171254.ZM10469@xxxxxxxxxxxxxxxxxxxxxx>
On Apr 29, 5:12pm, Bart Schaefer wrote:
}
} } % scp file lth:
} } Now how do i complete files on the remote end? If i press tab again i just get
} } % scp file lth/
} } And if i type a : i get
} } % scp file lth::
}
} I believe the following is the correct fix. I tried some more specific
} things with -r instead of -q but they seemed unsatisfactory.
Hmm, on the other hand, I just noticed that
% scp file lth:<space>
becomes
% scp file lth <cursor>
So arguably on a whitespace character the colon should be left there.
Maybe '-r:' really would be better than '-q'. (The -q is correct in
the case with the '=' suffix, though, I'm pretty sure.)
Any thoughts?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author