Skip to content

Instantly share code, notes, and snippets.

@javier-lopez
Created September 24, 2016 21:14
Show Gist options
  • Save javier-lopez/880a02d9669b71d772d66eebdf3151e4 to your computer and use it in GitHub Desktop.
Save javier-lopez/880a02d9669b71d772d66eebdf3151e4 to your computer and use it in GitHub Desktop.
24 de Septiembre
@humus
Copy link

humus commented Sep 24, 2016

Los macros son registros y se pueden editar en texto plano

Para pegar el macro w en el buffer actual:

"wp

Pasar texto al macro w (primero seleccionar en modo visual)

"wy

@humus
Copy link

humus commented Sep 24, 2016

modeline puedes verlo en :h modeline

" vim: sw=2 ts=2 sts=2 et

@humus
Copy link

humus commented Sep 24, 2016

Transmite en directo videos de programación:
https://www.twitch.tv/gary_bernhardt

@humus
Copy link

humus commented Sep 24, 2016

Undo persistente

set undodir=C:\vim2\tmp\undo
set noswf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment