Update 2025-09-30

Update 2025-09-21

Update 2025-09-30
This commit is contained in:
2025-09-14 18:16:57 +03:00
parent 346e812e9c
commit 8e8c99a6cc
8 changed files with 84 additions and 43 deletions

View File

@@ -34,6 +34,7 @@ return {
["<C-v>"] = { "actions.select", opts = { vertical = true } },
["<C-s>"] = { "actions.select", opts = { horizontal = true } },
["<C-h>"] = {},
["<C-l>"] = {},
["t"] = { "actions.select", opts = { tab = true } },
["<C-q>"] = { "actions.close", mode = "n" },
["<C-r>"] = "actions.refresh",