From ebb854574dd83ef844e96536d39ac2c0c1cf75b3 Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 16 Jan 2026 09:34:17 +0100 Subject: [PATCH] minimal: Fix fish keys --- minimal/hm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minimal/hm.nix b/minimal/hm.nix index 83ca99b..d9d3b16 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -326,8 +326,8 @@ | ${pkgs.dotacat}/bin/dotacat ''; fish_user_key_bindings = '' - bind up,\eOA,\e\[A up-or-search-prefix - bind down,\eOB,\e\[B down-or-search-prefix + bind up up-or-search-prefix + bind down down-or-search-prefix ''; up-or-search-prefix = { description = "Search (by prefix) back or move cursor up 1 line";