AutoYADM commit: 2025-01-18 00:45:03

This commit is contained in:
Daniel Fichtinger 2025-01-18 00:45:03 -05:00
parent 5872857e12
commit 986a548ae9
5 changed files with 7 additions and 6 deletions

View file

@ -31,7 +31,7 @@ return {
},
plugins = {
-- autoload = false,
-- override = { "fzflua" },
override = { "fzflua" },
},
terminal = {
enabled = true,

View file

@ -1,6 +1,6 @@
return {
"ibhagwan/fzf-lua",
opts = {
fzf_colors = false,
-- fzf_colors = false,
},
}

View file

@ -11,12 +11,12 @@ return {
},
{
-- Open in the current working directory
"<leader>yc",
"<leader>yu",
"<cmd>Yazi cwd<cr>",
desc = "Open the file manager in nvim's working directory",
},
{
"<leader>ys",
"<leader>yl",
"<cmd>Yazi toggle<cr>",
desc = "Resume the last yazi session",
},