Tech Space

Experiencing Tech as a Professional Techie

Pattern.txt from vim.

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

Vim references

http://vim.sourceforge.net/htmldoc/quickref.htmlhttp://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.2Create a symlink to the so netscape is looking for:sudo ln -s libstdc++-lib6.2-2.so.3 libstdc++-lib6.1-1.so.2