Skip to content

Commit 6d264f1

Browse files
committed
change: readme.md
Signed-off-by: wxiwnd <wxiwnd@outlook.com>
1 parent 1724c4c commit 6d264f1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ Ensure that `bash-completion` and rust toolchains(cargo, etc.) are installed cor
1616
bash scripts/install_completion.sh
1717
```
1818

19-
And add these to your `.bashrc` file:
20-
```bash
21-
bind 'set show-all-if-ambiguous on'
22-
bind 'TAB:menu-complete'
19+
For better experience, add these to your inputrc (/etc/inputrc, ~/.inputrc):
20+
```
21+
set show-all-if-ambiguous on
22+
set menu-complete-display-prefix on
23+
TAB: menu-complete
24+
set colored-completion-prefix on
25+
set colored-stats on
26+
"\e[Z": menu-complete-backward
2327
```
2428

2529
## Requirements

0 commit comments

Comments
 (0)