summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMassimo Mund <masmu@users.noreply.github.com>2025-09-05 12:38:22 +0200
committerGitHub <noreply@github.com>2025-09-05 19:38:22 +0900
commitae12e94b1f2d0659f9b1b32ae6380a677ca19d68 (patch)
tree8bc5f8b74f5d4d9780327e8e6e2560d6dcb44110 /man
parent9ed971cc90c9d65def3c52178578e43f29b68f9f (diff)
downloadfzf-ae12e94b1f2d0659f9b1b32ae6380a677ca19d68.tar.gz
Add sub-word actions (#3997)
Add `backward-subword`, `forward-subword`, `kill-subword`, `backward-kill-subword` actions.
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index e8d33642..9707c97e 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1807,7 +1807,9 @@ A key or an event can be bound to one or more of the following actions.
\fBbackward\-char\fR \fIctrl\-b left\fR
\fBbackward\-delete\-char\fR \fIctrl\-h ctrl\-bspace bspace\fR
\fBbackward\-delete\-char/eof\fR (same as \fBbackward\-delete\-char\fR except aborts fzf if query is empty)
+ \fBbackward\-kill\-subword\fR
\fBbackward\-kill\-word\fR \fIalt\-bs\fR
+ \fBbackward\-subword\fR
\fBbackward\-word\fR \fIalt\-b shift\-left\fR
\fBbecome(...)\fR (replace fzf process with the specified command; see below for the details)
\fBbeginning\-of\-line\fR \fIctrl\-a home\fR
@@ -1847,10 +1849,12 @@ A key or an event can be bound to one or more of the following actions.
\fBexecute\-silent(...)\fR (see below for the details)
\fBfirst\fR (move to the first match; same as \fBpos(1)\fR)
\fBforward\-char\fR \fIctrl\-f right\fR
+ \fBforward\-subword\fR
\fBforward\-word\fR \fIalt\-f shift\-right\fR
\fBignore\fR
\fBjump\fR (EasyMotion-like 2-keystroke movement)
\fBkill\-line\fR
+ \fBkill\-subword\fR
\fBkill\-word\fR \fIalt\-d\fR
\fBlast\fR (move to the last match; same as \fBpos(\-1)\fR)
\fBnext\-history\fR (\fIctrl\-n\fR on \fB\-\-history\fR)