We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34cb166 commit ce8f967Copy full SHA for ce8f967
1 file changed
plugins/ihelp.sh
@@ -162,7 +162,7 @@ _colors="$(get_fzf_colors)"
162
while [ -n "$a" ]; do
163
if [ "$filter" = "fzf" ]; then
164
# shellcheck disable=SC2154
165
- a="$(printf "%s\n" "$CMDS" | sed 's/@//g' | fzf --prompt="$fzf_prompt" --header "Browse Clifm's manpage" --reverse --height="$fzf_height" --info=inline --color="$_colors")"
+ a="$(printf "%s\n" "$CMDS" | sed 's/@//g' | fzf --prompt="$fzf_prompt" --header "Browse Clifm's manpage (press Esc to exit)" --reverse --height="$fzf_height" --info=inline --color="$_colors")"
166
else
167
a="$(printf "%s\n" "$CMDS" | sed 's/@//g' | rofi -dmenu -p "clifm")"
168
fi
0 commit comments