mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
minimal: Fix fish keys
This commit is contained in:
parent
1f13929e63
commit
ebb854574d
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue