zsh history ctrl+r

This commit is contained in:
thek4n 2025-04-01 11:32:38 +03:00
parent e26e9f16d5
commit a00079c820

View File

@ -99,7 +99,7 @@ fzfhistory() {
--scheme=history \
--tac \
--no-multi \
--no-sort \
--tiebreak=begin,index \
--height="$(($LINES/4))" \
--query="$BUFFER" \
)"