From a00079c82058b395f23b6003347a7288a84d7480 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 1 Apr 2025 11:32:38 +0300 Subject: [PATCH] zsh history ctrl+r --- home/user/.config/zsh/mappings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/zsh/mappings b/home/user/.config/zsh/mappings index 15367fe..20f4cea 100644 --- a/home/user/.config/zsh/mappings +++ b/home/user/.config/zsh/mappings @@ -99,7 +99,7 @@ fzfhistory() { --scheme=history \ --tac \ --no-multi \ - --no-sort \ + --tiebreak=begin,index \ --height="$(($LINES/4))" \ --query="$BUFFER" \ )"