Skip to content

Instantly share code, notes, and snippets.

@fackux
Created October 1, 2021 07:08
Show Gist options
  • Save fackux/9dbd5f23b5d31ceee06d5a70ad2e40d2 to your computer and use it in GitHub Desktop.
Save fackux/9dbd5f23b5d31ceee06d5a70ad2e40d2 to your computer and use it in GitHub Desktop.
Uso de paneles y columnas en VIM
vim afile # Open a file
^w v # split it
gg # go to top
:set scrollbind # bind this one
^w l # go to the new split
L # go to bottom of this split
zt # make it the top line
:set scrollbind # bind with this one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment