From 2a8a24668f52a84e1d08440b84486733a0ae7f5c Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 11 Apr 2026 16:59:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20atuin=20=E4=B8=8A=E7=AE=AD=E5=A4=B4=20fi?= =?UTF-8?q?lter=20=E6=94=B9=E4=B8=BA=20host=20=E4=BD=BF=E6=96=B0=E7=BB=88?= =?UTF-8?q?=E7=AB=AF=E5=8F=AF=E8=A7=81=E5=8E=86=E5=8F=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/tools.nix b/home/shell/tools.nix index bed57b8..d181e3c 100644 --- a/home/shell/tools.nix +++ b/home/shell/tools.nix @@ -26,7 +26,7 @@ settings = { enter_accept = true; filter_mode = "host"; - filter_mode_shell_up_key_binding = "session"; + filter_mode_shell_up_key_binding = "host"; style = "compact"; inline_height = 20; show_help = false;