VSCode: Shortcut key for (controlling) increasing/decreasing current split panes width/height?
There is No default shortcut for this but you can make your own ( i am using vscode version 1.11.2 on Linux but it should be same for yours as well )
File >> Preferences >> Keyboard shortcuts (or you can use shortcut ctrl + k ctrl + s to open it)
and search for
"current view size"
and you can set any custom key combination
On a Mac (If you are on windows replace cmd with ctrl)
cmd-k cmd-s
Type
current view size
Double click on
View:Decrease Current View Size
Type whatever key combo you want, I like using this
F3
Double click on
View:Increase Current View Size
Type whatever key combo you want, I like using this
F4