USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND will 2945 0.2 1.0 2588 1356 pts/1 S Jun22 18:08 vi inv/show.mc
so, what's the record for cpu time on a single vim session? :) when i do :files i see a list of 43... boy do i need a life, eh? -- DEBIAN NEWBIE TIP #49 from Will Trillich <[EMAIL PROTECTED]> : Looking to ENCODE OR DECODE SOME ROT-13 TEXT? No problem. "Vg'f rnfl jvgu Ivz." It's a simple alphabet substitution where each letter changes to its counterpart 13 places away in the alphabet (a<->n, g<->t, etc) . Open the text in Vim, then select it (type "v" at one end of the text to encode/decode, then move to the other end) and then type "g?". Or, to rot-13 a whole line, just "g??". That's all! (Try ":help g?" for more info.) Also see http://newbieDoc.sourceForge.net/ ...