mirror of
https://github.com/Aloxaf/fzf-tab.git
synced 2026-09-10 07:26:16 -04:00
Merge 289a4b6c73 into 416eeebd66
This commit is contained in:
commit
987115c574
|
|
@ -14,6 +14,7 @@ Replace zsh's default completion selection menu with fzf!
|
|||
- [Install](#install)
|
||||
- [Manual](#manual)
|
||||
- [Antigen](#antigen)
|
||||
- [Fig](#fig)
|
||||
- [Zinit](#zinit)
|
||||
- [Oh-My-Zsh](#oh-my-zsh)
|
||||
- [Prezto](#prezto)
|
||||
|
|
@ -56,6 +57,14 @@ source ~/somewhere/fzf-tab.plugin.zsh
|
|||
antigen bundle Aloxaf/fzf-tab
|
||||
```
|
||||
|
||||
### Fig
|
||||
|
||||
[Fig](https://fig.io) adds apps, shortcuts, and autocomplete to your existing terminal.
|
||||
|
||||
Install `fzf-tab` in just one click.
|
||||
|
||||
<a href="https://fig.io/plugins/other/fzf-tab" target="_blank"><img src="https://fig.io/badges/install-with-fig.svg" /></a>
|
||||
|
||||
### Zinit
|
||||
|
||||
```zsh
|
||||
|
|
|
|||
Loading…
Reference in a new issue