diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-07-15 22:30:34 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-07-15 22:30:34 -0700 |
| commit | e6b0844ecc683a5c470023ec6fb42cc036a1f49c (patch) | |
| tree | 9bee999ab854ed6b408707ff54f3758617453aac | |
| parent | a3e90c07a442b1a97d2dac19ed0ddcbc526e4ff6 (diff) | |
Added documentation for dmenu.
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -59,9 +59,9 @@ is set to 1. This is used in a few key bindings by default, including `n` and ### Fuzzy Finding To select from a list of options with a fuzzy finder in a binding, you can use the `PICK` macro. During the `make` process, you can use `PICKER=fzy`, -`PICKER=fzf`, or `PICKER=ask` to choose which fuzzy finder program `bb` will -use (and provide some default arguments). This is used in the `/` and `Ctrl-f` -key bindings by default. +`PICKER=fzf`, `PICKER=dmenu`, or `PICKER=ask` to choose which fuzzy finder +program `bb` will use (and provide some default arguments). This is used in the +`/` and `Ctrl-f` key bindings by default. ### API `bb` also exposes an API that allows shell scripts to modify `bb`'s internal |
