From 25f610066187d65f22f405c5001d3c11b787e0b3 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 11 Oct 2024 21:42:00 +0200 Subject: Fix manuals feature when using string to search --- fms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit v1.2.3