mirror of
https://github.com/nmasur/dotfiles
synced 2025-12-24 17:42:41 +00:00
use yazi outside of helix and chawan as manpager
This commit is contained in:
@@ -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 = { };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user