use yazi outside of helix and chawan as manpager

This commit is contained in:
Noah Masur
2025-11-02 17:01:34 -05:00
parent aea3e95ef5
commit ebbc9c5a5d
5 changed files with 45 additions and 13 deletions

View File

@@ -198,6 +198,19 @@ in
height = "99%";
};
};
"bind \"Alt Shift y\"" = {
Run = {
_args = [
(lib.getExe pkgs.yazi)
];
close_on_exit = true;
floating = true;
x = "1%";
y = "1%";
width = "99%";
height = "99%";
};
};
"bind \"Super Shift ]\"" = {
GoToNextTab = { };
};