✨ 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:
@@ -97,6 +97,13 @@ local resize_splits = {
|
|||||||
end,
|
end,
|
||||||
"Resize split right",
|
"Resize split right",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<A-r>",
|
||||||
|
function()
|
||||||
|
smartsplits.start_resize_mode()
|
||||||
|
end,
|
||||||
|
"Resize split to previous size",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, map in ipairs(resize_splits) do
|
for _, map in ipairs(resize_splits) do
|
||||||
|
|||||||
Reference in New Issue
Block a user