What is the difference between _fzf_comprun_<cmd_name> and _fzf_comprun()? #3288
Replies: 1 comment 1 reply
-
https://github.com/junegunn/fzf#supported-commands Try _fzf_setup_completion host autossh |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd like to autocomplete
autossh
the same way fzf currently autocompletes thessh
command. Should I create a new_fzf_comprun_autossh
function from_fzf_comprun_ssh()
or simply add a new case labelledautossh
in_fzf_comprun()
?Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions