fzfmenu: clarify comment

This commit is contained in:
yosh 2023-09-21 10:28:23 -04:00
parent 50391c8d2d
commit 26ef00ef75
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set -euf
#
# all the args to this script get passed directly to fzf. -p is just a dmenu-compatible prompt setter, since fzf doesn't have -p
# works just like dmenu: reads stdin, splits on newlines (unless you use --read0), prints selection to stdout
# if you want shift+enter-esque functionality, I recommend adding '--bind ctrl-enter:print-query+abort' to your FZF_DEFAULT_OPTS
# if you want shift+enter-esque functionality, I recommend adding '--bind ctrl-space:print-query+abort' to your FZF_DEFAULT_OPTS (shift+enter isn't compatible with every terminal)
# floating_terminal shouldn't have any spaces, tabs, or newlines, so no need to escape the arguments
# I put a -name here for urxvt so my window manager can center+ontop it. change as necessary/wanted