minimal: Fix fish keybinds

This commit is contained in:
traxys 2026-01-16 09:17:01 +01:00
parent 5da35aac7d
commit b15b45b35c

View file

@ -325,12 +325,8 @@
| ${pkgs.dotacat}/bin/dotacat
'';
fish_user_key_bindings = ''
bind -k up up-or-search-prefix
bind \eOA up-or-search-prefix
bind \e\[A up-or-search-prefix
bind -k down down-or-search-prefix
bind \eOB down-or-search-prefix
bind \e\[B down-or-search-prefix
bind up,\eOA,\e\[A up-or-search-prefix
bind down,\eOB,\e\[B down-or-search-prefix
'';
up-or-search-prefix = {
description = "Search (by prefix) back or move cursor up 1 line";