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
-----
-> 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
-> 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