Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completions quotation style



On 30/03/16 03:17, Bart Schaefer wrote:
> On Mar 30,  1:46am, sergio wrote:
> }
> } how could I change the quotation style in the following example?
> 
> Type one of the kind of quote you want before you hit TAB.
> 

This works only for files in the currect directory, without path prefix:
% ls '<TAB>
ASD  LKJ/  KJA  ASD/
ABC  DEF   ZXC  MNB

but

% ls /tmp/a/'<TAB> # ' is removed as soon as I press <TAB>
ASD\ \ LKJ/  KJA\ \ ASD/
ABC\ \ DEF   ZXC\ \ MNB


ok,

% ls '/tmp/a/<TAB>

works, but it's not what mean.


I'd like to make this style permanent.


-- 
sergio



Messages sorted by: Reverse Date, Date, Thread, Author