mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-21 15:01:16 -03:00
An example use case is an external completion pager:
bind \cg "commandline -rt (complete -C --escape|fzf|cut -d\t -f1)\ "
Fixes #3469