feat(nvf): add keymap to open yazi
This commit is contained in:
parent
b9020b1dc7
commit
e3a1c73924
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue