How to center the editor window back on the cursor in VSCode?

There is no such keybinding / command built-in.

I couldn’t stand that either, so I created a VSCode extension. You can find it and install it here on the marketplace. The default shortcut is CTRL + L.

Leave a Comment