[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] command completion using *
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] command completion using * |
Date: |
Mon, 25 Jun 2012 12:41:35 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Mon, Jun 25, 2012 at 11:14:04AM -0500, Peng Yu wrote:
> > Not using tab, but ^Xg in emacs mode editing does what you want.
>
> I use vi mode. Is there an equivalent?
Not by default.
imadev:~$ set -o emacs
imadev:~$ bind -p | grep xg
"\C-xg": glob-list-expansions
imadev:~$ set -o vi
imadev:~$ bind -p | grep glob-list
# glob-list-expansions (not bound)
You would have to bind something to it in your ~/.inputrc file.