Is there a quick keyboard shortcut to control the width of the current split pane , at least increasing and decreasing it ?
for vim users it would be :
:vertical resize 80
:res +5
:res -5
:vertical resize +5
:vertical resize -5
and so on...
Ctrl+D selects the word at the cursor, or the next occurrence of the current selection. Tip: You can also add more cursors with Ctrl+Shift+L, which will add a selection at each occurrence of the current selected text.
In Visual Studio Code, by pressing Ctrl + and Ctrl - you can change the overall font size of the IDE. This helps faster than changing settings in every session.
All keyboard shortcuts in VS Code can be customized via the keybindings. json file. To configure keyboard shortcuts through the JSON file, open Keyboard Shortcuts editor and select the Open Keyboard Shortcuts (JSON) button on the right of the editor title bar. This will open your keybindings.
There is no default shortcut for this but you can make your own.
The following works on vscode version 1.11.2 on Linux but it should be the same for Windows users:
Go to File
> Preferences
> Keyboard shortcuts
(or you can use the shortcut ctrl + k
ctrl + s
to open it)
Search for current view size
and you can set your custom key combinations for decreasing and increasing the size of the current view.
In split view, if you double click the current editor tab then it will increase to max, double click again and it will reset to 50%. Not a shortcut key but pretty nice nonetheless
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With