feat(nvf): change yazi nvim binding

This commit is contained in:
Mohammad Rafiq 2025-05-30 13:30:48 +08:00
parent 4fb0f5a934
commit 3ce2f2f0e8
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{
inputs = {
crane.url = "github:ipetkov/crane";
disko.inputs.nixpkgs.follows = "nixpkgs";
@ -78,4 +79,5 @@
formatter = channels.nixpkgs.nixfmt-rfc-style;
};
};
}

View file

@ -8,8 +8,8 @@
yazi-nvim = {
enable = true;
mappings = {
openYazi = "t";
openYaziDir = "T";
openYazi = "<leader>tt";
openYaziDir = "<leader>TT";
};
setupOpts.open_for_directories = true;
};