updated fuzzy man finder command

This commit is contained in:
Eric Lay 2023-04-08 14:49:43 -05:00
parent fce5ced308
commit 5cd2cfc28a
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ fmf() {
--prompt=' ' \ --prompt=' ' \
--pointer='󰧚 ' \ --pointer='󰧚 ' \
--tiebreak=begin,chunk,length \ --tiebreak=begin,chunk,length \
--preview="tldr {1}; echo -e '\t\t\t\t MANUAL PAGE:'; man -Hw3m {1} 2> /dev/null" \ --preview="echo -e '\n\t\t\t\t \033[4mCHEAT SHEET:\033[0m\n'; cheat {1}; echo -e '\n\t\t\t\t \033[4mTLDR:\033[0m\n'; tldr {1}; echo -e '\n\t\t\t\t \033[4mMANUAL PAGE:\033[0m\n'; man -Hw3m {1} 2> /dev/null" \
--preview-window=62%:wrap:border-rounded \ --preview-window=62%:wrap:border-rounded \
--preview-label="| Manual Entry |" --preview-label="| Manual Entry |"
} }