Maddy's Rant

Vacuous, vivid, vivacious, aphrodisiac, simulating, rapid, ravenous

Name:
Location: Bellevue, WA, United States

Come and sit with me my friend, I promise to show you the world beyond your wildest imagination.

Monday, June 06, 2005

Tricks and Tips for the day

vim
-----

-> To use cut/copy/paste use the following command either in your .vimrc or in your vi editor(for that current session)
->set mousemodel=popup
->%s/findstring/replacestring - Find and replace in vi
-> copy and paste can be tricky in vi. The formatting gets stomped with the normal copy and paste. The best thing
for it to set the nopaste option. This would do the trick.

Random number generators
----------------------------------------

head -c 6 /dev/random mmencode

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home