vscode tabs
Taken up vscode with avengence - lovely stuff.
There’s a few little bugs, like code folding in vim mode, but I figure I can live with that ‘til it gets sorted.
Anyways, here’s what to add to keybindings.json to make my usual alt+arrow keys move back and forth through open tabs:
{
"key": "alt+right",
"command": "workbench.action.nextEditor"
},
{
"key": "alt+left",
"command": "workbench.action.previousEditor"
}
Oh, and here’s how you embed an image in md, just ‘cause I happen to be here:
![image](https://www.royalcanin.com/~/media/Royal-Canin/Product-Categories/cat-senior-landing-hero.ashx)
Comments
Post a Comment