mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-09-30
Update 2025-09-21 Update 2025-09-30
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user