some nice changes

This commit is contained in:
pika 2025-04-02 20:05:03 +02:00
parent 2086e7e5d3
commit 19fc44af80
6 changed files with 58 additions and 79 deletions

View file

@ -29,14 +29,14 @@ return {
-- },
{
-- Open in the current working directory
"<leader>Lf",
"<leader>tLf",
"<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
"<leader>lf",
"<leader>tlf",
"<cmd>Yazi toggle<cr>",
desc = "Resume the last yazi session",
},