From 26ef00ef75bdc9d0f9ba6ebb9cf87328c5ddddda Mon Sep 17 00:00:00 2001 From: yosh Date: Thu, 21 Sep 2023 10:28:23 -0400 Subject: [PATCH] fzfmenu: clarify comment --- fzfmenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fzfmenu b/fzfmenu index f1da0ba..6f2ca21 100755 --- a/fzfmenu +++ b/fzfmenu @@ -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