summaryrefslogtreecommitdiff
path: root/.config/fish/completions/fzf_configure_bindings.fish
blob: a78fd54ddcc25601a2e4aa8afe2ace07dd3ff781 (plain)
1
2
3
4
5
6
7
complete fzf_configure_bindings --no-files
complete fzf_configure_bindings --long help --short h --description "Print help"
complete fzf_configure_bindings --long directory --description "Change the key binding for searching directory"
complete fzf_configure_bindings --long git_log --description "Change the key binding for searching git log"
complete fzf_configure_bindings --long git_status --description "Change the key binding for searching git status"
complete fzf_configure_bindings --long history --description "Change the key binding for searching history"
complete fzf_configure_bindings --long variables --description "Change the key binding for searching variables"