This commit is contained in:
pik4li 2024-12-26 21:49:32 +01:00
parent 668f278398
commit 31a0f94839
3 changed files with 11 additions and 11 deletions

View file

@ -23,12 +23,12 @@ return {
-- "<cmd>Yazi<cr>",
-- desc = "Open yazi at the current file",
-- },
-- {
-- -- Open in the current working directory
-- "<leader>-",
-- "<cmd>Yazi cwd<cr>",
-- desc = "Open the file manager in nvim's working directory",
-- },
{
-- Open in the current working directory
"<leader>Lf",
"<cmd>Yazi cwd<cr>",
desc = "Open the file manager 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