^^ It's not office, it's VIM... a hardcore unix text editing program.
And two minutes would have taken longer. I'm saying I just kinda rambled that off not thinking in about 10 seconds, then looked back and was like "whoa." haha
http://www.vim.org
Quote:
|
Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is distributed free as charityware. If you find Vim a useful addition to your life please consider helping needy children in Uganda.
|
Hum, for an example of how it's used...
Say you have this situation:
Quote:
the miv system@
This is a test ofunimportant-stuff-here
|
If you put the cursor at the beginning of the file and type:
Quote:
|
{down} w w w w {right} {right} {esc} d $ {up} {esc} : s / \ ( . \ ) i \ ( . \ ) / \ 2 i \ 1 / g {enter} {esc} $ x a . {esc} y y d d p {up} {shift} j $
|
You get this:
Quote:
|
This is a test of the vim system.
|
After you use it for a few years and it becomes natural (not kidding), it looks crazy cool for someone to walk by behind you and see your hands flying around the keyboard hitting random letters and symbols, and the text on the screen is completely warping and changing to whatever you want, haha.
It's an INSANELY effectient word processor though. I absolutely love it, and I do all my programming in it. After you learn vim really well, you can greatly enhance your typing effeciency. No others can touch it.
