[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] Bash equivalent of ZSH 'zstyle ':completion:*' menu select'
From: |
john smith |
Subject: |
[Help-bash] Bash equivalent of ZSH 'zstyle ':completion:*' menu select' |
Date: |
Mon, 20 Jul 2015 06:42:47 +0000 |
In ZSH the following command gives a nice feature of highlighting
completions and cycling through them using a tab and arrow keys, try
it yourself:
$ autoload -U compinit && compinit
$ zstyle ':completion:*' menu select
Is it possible to achieve something similar in Bash?
--
<address@hidden>
- [Help-bash] Bash equivalent of ZSH 'zstyle ':completion:*' menu select',
john smith <=