Skip to content

只要调试时没有关闭文件树的功能,每次调试右边的窗口被拉得很小,这种情况如何解决? #881

Closed Answered by Jint-lzxy
wxzvim asked this question in Q&A
Discussion options

You must be logged in to vote

Wait for #877 to merge, or adjust that manually:

["n|<A-[>"] = map_cr("vertical resize -5"):with_silent():with_desc("window: Resize -5 vertically"),
["n|<A-]>"] = map_cr("vertical resize +5"):with_silent():with_desc("window: Resize +5 vertically"),
["n|<A-;>"] = map_cr("resize -2"):with_silent():with_desc("window: Resize -2 horizontally"),
["n|<A-'>"] = map_cr("resize +2"):with_silent():with_desc("window: Resize +2 horizontally"),

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jint-lzxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants