Last active
December 9, 2015 18:48
-
-
Save isidromerayo/4312502 to your computer and use it in GitHub Desktop.
Chuleta VIM, de las cosas que nunca me acuerdo #loser ;)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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