Skip to content

Instantly share code, notes, and snippets.

@iKlsR
Created December 22, 2012 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iKlsR/4357923 to your computer and use it in GitHub Desktop.
Save iKlsR/4357923 to your computer and use it in GitHub Desktop.
working_with_vim
start vim
while editing is not finished, repeat
navigate to desired position in NORMAL mode
enter INSERT mode by pressing i
type text
exit INSERT mode by pressing <ESCAPE>
when editing is finished, type :wq
sourced from : http://37.200.69.165/doku.php?id=llthw:ex1
@iKlsR
Copy link
Author

iKlsR commented Dec 22, 2012

vim and debug.exe,, :3

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