Skip to content

Commit ce8f967

Browse files
committed
Make clear how to exit the ihelp plugin
1 parent 34cb166 commit ce8f967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ihelp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ _colors="$(get_fzf_colors)"
162162
while [ -n "$a" ]; do
163163
if [ "$filter" = "fzf" ]; then
164164
# 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")"
165+
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")"
166166
else
167167
a="$(printf "%s\n" "$CMDS" | sed 's/@//g' | rofi -dmenu -p "clifm")"
168168
fi

0 commit comments

Comments
 (0)