-
First, I'm using the standard setup in my `~/.bashrc`:
```sh
[ -f $HOME/.fzf.bash_completion ] && \
. $HOME/.fzf.bash_completion
bind -x '"\t": fzf_bash_completion'
export FZF_COMPLETION_A…
-
## Describe the bug
I have set zoxide and fzf in .zshrc file with znap, following is config
```zsh
znap eval fzf 'fzf --zsh'
znap eval zoxide 'zoxide init zsh'
```
but interactive completi…
-
After installing the fzf-tab using `Manual` and `Oh-My-Zsh` approach[From README], when I press the `tab` key in terminal I get this error.
`-ftb-complete:14: -ftb-generate-comlist: function defini…
-
```
tumbleweed-pkg:cpython (opensuse_3.6 %) $ ble/widget/display-shell-version
GNU bash, version 5.2.32(1)-release (x86_64-suse-linux) [openSUSE Tumbleweed]
ble.sh, version 0.4.0-devel4+670c7ea0 (n…
mcepl updated
1 month ago
-
**Describe your question**
I'm new to fzf-tab having just discovered it today. So I have a dumb question: how does one get the cool "descriptions" as I see in the screencast, e.g.:
![Screenshot …
-
`fzf-tab` is amazing but there's one use case where I'd like to use fzf-tab, which is history search. There's https://github.com/zsh-users/zsh-history-substring-search and https://github.com/joshskidm…
-
We should allow these sorts of interfaces
`tail -f "/path/to/my/log" > zc new-pane` (zc will be an alias, short for `zellij command`)
`vim my-file.rs | zc new-floating-pane`
Basically, allow to…
-
**Is your feature request related to a problem? Please describe.**
Adding fzf-tab to homebrew would increase it's discoverability for mac users (homebrew being basically the standard package manager …
-
#### Describe the bug
if user `setopt numericglobsort`, the original completions will be sorted by number
```shell
❯ ls
filename
1 2 3 4 5 6 7 …
-
This plugin is really neat! :smiley:
One thing I cannot get to work is the way files are color coded depending on the type of "file" and its permissions when you use regular zsh completion.
I s…