Posts tagged #Vim

Things You Can Do With Neovim and Vscode That You Can't Do With Neovim Alone

Vim: Use Drop Not Edit, SBuffer Not Buffer

Use the :drop command instead of :edit in Vim. It will reuse an existing window instead of creating a new one.

Read more …