fzf_configure_bindings
Synopsis
Section titled “Synopsis”fzf_configure_bindings [--directory=<key>] [--git_log=<key>] [--git_status=<key>] [--history=<key>] [--processes=<key>] [--variables=<key>] [-h]Description
Section titled “Description”Installs key bindings for fzf.fish in both insert and default vi modes. Each binding can be overridden with a custom key or disabled by passing an empty string. Only runs in interactive mode.
Arguments
Section titled “Arguments”--directory=key |
Override the directory search binding (default: Ctrl-Alt-F) |
--git_log=key |
Override the git log search binding (default: Ctrl-Alt-L) |
--git_status=key |
Override the git status binding (default: Ctrl-Alt-S) |
--history=key |
Override the history search binding (default: Ctrl-R) |
--processes=key |
Override the processes search binding (default: Ctrl-Alt-P) |
--variables=key |
Override the variables search binding (default: Ctrl-V) |
-h, --help |
Show help message |
Exit Status
Section titled “Exit Status”0 |
Bindings installed or help shown |
22 |
Invalid option or positional argument provided |
Example
Section titled “Example”fzf_configure_bindings --history=ctrl-hDependencies: _fzf_search_directory, _fzf_search_git_log, _fzf_search_git_status, _fzf_search_history, _fzf_search_processes, _fzf_search_variables