aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fms.sh b/fms.sh
index 73980e0..f80ae9a 100755
--- a/fms.sh
+++ b/fms.sh
@@ -61,7 +61,7 @@ function notes() {
function manuals() {
echo -n 0 >${SWITCH_MENU}
unset RES
- RES=$(man -k . | bat --color=always -pp - | sk --reverse --ansi --inline-info --keep-right --print-query \
+ RES=$(man -k . | bat --color=always -pp - | sk --reverse --ansi --inline-info --keep-right \
--bind "shift-left:execute-silent(echo -n 1 > ${SWITCH_MENU})+abort" \
--bind "shift-right:execute-silent(echo -n 1 > ${SWITCH_MENU})+abort")
SWITCH=$(cat ${SWITCH_MENU})