AutoYADM commit: 2024-12-25 19:45:02
This commit is contained in:
parent
5662240325
commit
f4ef792d77
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ return {
|
|||
},
|
||||
keymaps = {
|
||||
["<BS>"] = "actions.parent",
|
||||
["q"] = { "actions.close", mode = "n" },
|
||||
["gd"] = {
|
||||
desc = "Toggle file detail view",
|
||||
callback = function()
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"abecodes/tabout.nvim",
|
||||
enabled = false,
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("tabout").setup({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue