Archives for June 2006

Pattern.txt from vim.

I need to remember to read this stuff: Vim pattern searching:http://www.vim.org/htmldoc/pattern.html The main vim help file:http://www.vim.org/htmldoc/help.html

Vim references

http://vim.sourceforge.net/htmldoc/quickref.html http://www.vim.org/tips/tip.php?tip_id=422

Word speed keys.

Alt inr – Insert -> Reference -> Cross-referenceAlt inc – Insert -> Reference -> Caption

Running netscape 4.8 on Kubuntu Linux.

Install netscape (download link here)The error message that you will get: libstdc++-libc.1-1.so.2 is not foundsudo apt-cache search libstdc++You’ll see a package libstdc++{version number here}-glibc2.2sudo apt-get install libstdc++{version number here}-glibc2.2 Create a symlink to the so netscape is looking for:sudo ln -s libstdc++-lib6.2-2.so.3 libstdc++-lib6.1-1.so.2