vim
Friday 24 November 2023

Vim in VS Code

Extension

Shortcuts

Shortcut Description
 Esc Switch to normal mode.
 i Switch from normal to insert mode.
 k Move to the above line.
 j Move to the next line.
 y Copy selection.
 p Past selection.
 d Cut selection.

tools

Backlinks

See Also