feat(nvf): add keymap to open yazi

This commit is contained in:
Mohammad Rafiq 2025-03-24 23:50:12 +08:00
parent b9020b1dc7
commit e3a1c73924
No known key found for this signature in database

View file

@ -55,6 +55,13 @@
action = "<C-W>";
silent = true;
}
{
desc = "Open the filetree.";
key = "t";
mode = "n";
action = ":Yazi<CR>";
silent = true;
}
];
luaConfigRC.turn_off_inline_diagnostics =
# lua