updated fuzzy man finder command

This commit is contained in:
Eric Lay 2023-04-08 14:28:04 -05:00
parent 011a32ef61
commit fce5ced308
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ fmf() {
--prompt=' ' \
--pointer='󰧚 ' \
--tiebreak=begin,chunk,length \
--preview='man {1} | col -bf' \
--preview-window=70%:wrap:border-rounded \
--preview="tldr {1}; echo -e '\t\t\t\t MANUAL PAGE:'; man -Hw3m {1} 2> /dev/null" \
--preview-window=62%:wrap:border-rounded \
--preview-label="| Manual Entry |"
}