AutoYADM commit: 2025-01-16 21:45:03

This commit is contained in:
Daniel Fichtinger 2025-01-16 21:45:03 -05:00
parent b34f34a02a
commit 7850af3529
4 changed files with 319 additions and 318 deletions

View file

@ -1,22 +1,22 @@
return {
"mikavilpas/yazi.nvim",
event = "VeryLazy",
enabled = false,
enabled = true,
keys = {
-- 👇 in this section, choose your own keymappings!
{
"-",
"<leader>yy",
"<cmd>Yazi<cr>",
desc = "Open yazi at the current file",
},
{
-- Open in the current working directory
"<leader>-",
"<leader>yc",
"<cmd>Yazi cwd<cr>",
desc = "Open the file manager in nvim's working directory",
},
{
"<leader>L",
"<leader>ys",
"<cmd>Yazi toggle<cr>",
desc = "Resume the last yazi session",
},
@ -25,7 +25,7 @@ return {
-- if you want to open yazi instead of netrw, see below for more info
open_for_directories = false,
keymaps = {
show_help = "<F1>",
show_help = "g?",
},
},
}