diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-03-28 21:27:44 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-03-28 21:28:25 +0900 |
| commit | 664ee1f4832340ea301f9525cb2d4ce8fc7f12cd (patch) | |
| tree | b72270bcb3aec5ac80cee2fa1a5bbfea403a79cc /man | |
| parent | dac5b6fde1cb6242492e8d27cbea162e37517be0 (diff) | |
| download | fzf-664ee1f4832340ea301f9525cb2d4ce8fc7f12cd.tar.gz | |
Add change-pointer and transform-pointer
Close #4178
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index f4c8322c..33ea2609 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf 1 "Mar 2025" "fzf 0.60.3" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Mar 2025" "fzf 0.61.0" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder @@ -1616,6 +1616,7 @@ A key or an event can be bound to one or more of the following actions. \fBchange\-multi\fR (enable multi-select mode with no limit) \fBchange\-multi(...)\fR (enable multi-select mode with a limit or disable it with 0) \fBchange\-nth(...)\fR (change \fB\-\-nth\fR option; rotate through the multiple options separated by '|') + \fBchange\-pointer(...)\fR (change \fB\-\-pointer\fR option) \fBchange\-preview(...)\fR (change \fB\-\-preview\fR option) \fBchange\-preview\-label(...)\fR (change \fB\-\-preview\-label\fR to the given string) \fBchange\-preview\-window(...)\fR (change \fB\-\-preview\-window\fR option; rotate through the multiple option sets separated by '|') @@ -1709,6 +1710,7 @@ A key or an event can be bound to one or more of the following actions. \fBtransform\-input\-label(...)\fR (transform input label using an external command) \fBtransform\-list\-label(...)\fR (transform list label using an external command) \fBtransform\-nth(...)\fR (transform nth using an external command) + \fBtransform\-pointer(...)\fR (transform pointer using an external command) \fBtransform\-preview\-label(...)\fR (transform preview label using an external command) \fBtransform\-prompt(...)\fR (transform prompt string using an external command) \fBtransform\-query(...)\fR (transform query string using an external command) |
