Skip to content

fzf_configure_bindings

Usage
fzf_configure_bindings [--directory=<key>] [--git_log=<key>] [--git_status=<key>]
[--history=<key>] [--processes=<key>] [--variables=<key>] [-h]

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.

--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
0 Bindings installed or help shown
22 Invalid option or positional argument provided
Terminal window
fzf_configure_bindings --history=ctrl-h

Dependencies: _fzf_search_directory, _fzf_search_git_log, _fzf_search_git_status, _fzf_search_history, _fzf_search_processes, _fzf_search_variables