minimal: Fix fish keys
Some checks failed
Build / check (push) Failing after 14s
Build / load_packages (push) Failing after 14s
Build / build (push) Has been skipped
Build / build-status (push) Failing after 4s

This commit is contained in:
traxys 2026-01-16 09:34:17 +01:00
parent 1f13929e63
commit ebb854574d

View file

@ -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";