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 = { inputs = {
crane.url = "github:ipetkov/crane"; crane.url = "github:ipetkov/crane";
disko.inputs.nixpkgs.follows = "nixpkgs"; disko.inputs.nixpkgs.follows = "nixpkgs";
@ -78,4 +79,5 @@
formatter = channels.nixpkgs.nixfmt-rfc-style; formatter = channels.nixpkgs.nixfmt-rfc-style;
}; };
}; };
} }

View file

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