Skip to content

how to select all input text? #4249

Answered by fsc0
realyukii asked this question in Q&A
Feb 17, 2025 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Guess your 'delete' means deselect?
Then you can set --bind 'ctrl-a:toggle-all'.

$ seq 10 | fzf --multi --bind 'ctrl-a:toggle-all'

In case you literally just want to delete (exclude) the result from the list.

$ seq 10 | fzf --multi --bind 'ctrl-a:toggle-all' --bind 'delete:exclude-multi'

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@realyukii
Comment options

@fsc0
Comment options

@junegunn
Comment options

Answer selected by realyukii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants