m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Add spell check workflow (#3183)

This commit is contained in:
Zhizhen He
2023-02-22 23:36:04 +08:00
committed by GitHub
parent 57ad21e4bd
commit 3364d4d147
5 changed files with 20 additions and 4 deletions

View File

@@ -1145,7 +1145,7 @@ set, otherwise with \fBsh -c\fR, so in this case make sure that the command is
POSIX-compliant.
\fBbecome(...)\fR action is similar to \fBexecute(...)\fR, but it replaces the
current fzf process with the specifed command using \fBexecve(2)\fR system
current fzf process with the specified command using \fBexecve(2)\fR system
call.
\fBfzf --bind "enter:become(vim {})"\fR