Skip to content

如何把调试界面左边窗口变大些? #880

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

You must be logged in to vote

Wiki:Keybindings and

["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: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@wxzvim
Comment options

@Jint-lzxy
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Jint-lzxy
Comment options

Answer selected by Jint-lzxy
@wxzvim
Comment options

@wxzvim
Comment options

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