I am an IT-consultant, teaching individuals how to work securely on a computer, protect data with encryption tools and how to communicate securely with people over insecure networks. Contact me to make an appointment.
Saturday, April 3, 2010
Vi / Vim
Some Vi commands:
You can exit ex in several ways: :x (exit save changes and quit) :q! quit without saving changes
Press i to enter insert mode, press Escape key to exit insert mode