feat(smart-splits)!: add resize-mode keymap

Adds a keymap to initialize resize mode for splits.

BREAKING CHANGE: This requires an accompanying change in the kitty
config (see commit: rootiest-kitty- #9998018)
This commit is contained in:
2024-08-08 22:37:40 -04:00
parent d640bb6816
commit e28783da1f
+7
View File
@@ -97,6 +97,13 @@ local resize_splits = {
end,
"Resize split right",
},
{
"<A-r>",
function()
smartsplits.start_resize_mode()
end,
"Resize split to previous size",
},
}
for _, map in ipairs(resize_splits) do