Notes on life and tech by Abraham Neben

New VS Code shortcuts I'm learning

This is a reference for myself of some of the new VS Code shortcuts I'm learning to further reduce hand movement while editing.

Macros

I installed the Keyboard Macro Beta extension to enable Vim-like macros. This allows you to record, then play back (typically single-line) edits.
* Cmd F9 => Start/finish macro recording
* Cmd F10 => Play back macro

Cursor movement

Multi-line edits

Posted by Abraham