feat(nvf): change yazi nvim binding
This commit is contained in:
parent
4fb0f5a934
commit
3ce2f2f0e8
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
yazi-nvim = {
|
||||
enable = true;
|
||||
mappings = {
|
||||
openYazi = "t";
|
||||
openYaziDir = "T";
|
||||
openYazi = "<leader>tt";
|
||||
openYaziDir = "<leader>TT";
|
||||
};
|
||||
setupOpts.open_for_directories = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue