You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This includes in the Search Commands section, the custom opts section, fzf_configure_bindings_help, and fzf_configure_bindings code. Makes reading the docs and code slightly easier and prevents bike-shedding of where to add in the next search command we add.
-**Fzf input:** all the shell variables currently [in scope][var scope]
71
+
-**Output:** selected shell variables
72
+
-**Key binding and mnemonic:** <kbd>Ctrl</kbd>+<kbd>V</kbd> (`V` for variable)
73
+
-**Preview window:** the variable's scope info and values
74
+
-`$history` is excluded for technical reasons so use [Search History](#-search-history) instead to inspect it
75
+
76
76
## Installation
77
77
78
78
First, install a proper version of these CLI dependencies:
@@ -119,11 +119,11 @@ The following variables can store custom options that will be passed to fzf by t
119
119
| Command | Variable |
120
120
| ----------------- | --------------------- |
121
121
| Search Directory |`fzf_dir_opts`|
122
-
| Search Git Status |`fzf_git_status_opts`|
123
122
| Search Git Log |`fzf_git_log_opts`|
123
+
| Search Git Status |`fzf_git_status_opts`|
124
124
| Search History |`fzf_history_opts`|
125
-
| Search Variables |`fzf_shell_vars_opts`|
126
125
| Search Processes |`fzf_processes_opts`|
126
+
| Search Variables |`fzf_shell_vars_opts`|
127
127
128
128
They are appended last to fzf's options list. Because fzf uses the last instance of an option if it is specified multiple times, custom options will always take precedence. Custom fzf options unlock a variety of customizations and augmentations such as:
0 commit comments