Prerequisitesđź”—

Finding Filesđź”—

vscode - cmd + p neovim - /

Scrollingđź”—

vscode - mouse lol neovim:

Start end of a lineđź”—

vscode - n/a neovim:

Goto definitionđź”—

vscode - f12 neovim - gd

Back / Forwardđź”—

vscode - ui back/ forward buttons neovim - ctrl + o , ctrl + i

Save fileđź”—

vscode - cmd + s neovim - :w

Close fileđź”—

vscode - cmd + w neovim - :bd (buffer delete)

Seach Fileđź”—

vscode - double-tap word to select all , cmd + f neovim - viw (visual innner word) , y (yank) , / , cmd + v (use n and N to navigate between matches)

Seach Codebaseđź”—

vscode - cmd + f neovim - viw (visual innner word), space , / , cmd + v

Selecting blocks of textđź”—

vscode - mouse lol neovim:

Refactoringđź”—

Multicursor editingđź”—

vscode - cmd + opt + shift +up/down

Moving lines up and downđź”—

vscode - opt +up/down neovim -

Change symbolđź”—

vscode - f12 neovim -

Commenting blocks of codeđź”—

vscode - cmd + / neovim - gc or ctrl + .

Undo/ Redođź”—

vscode - ctrl + z / ctrl + cmd +z neovim -

Gitđź”—

vscode - built in source control panel

neovim: lazgit?

Nxđź”—

vscode - Nx extension

neovim:

Endpoint testingđź”—

vscode - Thunder client extension

neovim: