diff options
Diffstat (limited to 'fms.sh')
-rwxr-xr-x | fms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) |