This commit is contained in:
pika 2025-06-02 12:46:09 +02:00
parent bcdd3cdbd7
commit ac80409bb9
10 changed files with 292 additions and 138 deletions

View file

@ -29,14 +29,14 @@ return {
-- },
{
-- Open in the current working directory
"<leader>tLf",
"<leader>tlf",
"<cmd>Yazi cwd<cr>",
desc = "Terminal - Open yazi in nvim's working directory",
},
{
-- NOTE: this requires a version of yazi that includes
-- https://github.com/sxyazi/yazi/pull/1305 from 2024-07-18
"<leader>tlf",
"<leader>tLf",
"<cmd>Yazi toggle<cr>",
desc = "Terminal - Resume the last yazi session",
},