Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Last active December 9, 2015 18:48
Show Gist options
  • Save isidromerayo/4312502 to your computer and use it in GitHub Desktop.
Save isidromerayo/4312502 to your computer and use it in GitHub Desktop.
Chuleta VIM, de las cosas que nunca me acuerdo #loser ;)
Copiar y pegar
--------------
"v" -> selección libre
"V" -> selección líneas
"d" para borrar o "y" para copiar
"p" para pegar
http://vim.wikia.com/wiki/Cut/copy_and_paste_using_visual_selection
Undo y redo
-----------
"u" -> undo
"ctrl-R" -> redo
"U" -> undo en la línea
http://vim.wikia.com/wiki/Undo_and_Redo
Chuleta simple - http://vim.wikia.com/wiki/Cut/copy_and_paste_using_visual_selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment