Posts tagged #Vim
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.
Use the :drop
command instead of
:edit
in Vim. It will reuse an existing window
instead of creating a new one.