Building Qt/UCMWB officially

  • Got the license key for Qt, 4.2.3 this time, so I'm building it again, officially
  • Rebuilding ucmwb with debug turned off
  • Fixed problem with backspace not working in vim

Backspace and vim

Annoyingly backspace continues to be a problem, especially with Sun. Here's the fix for vim (put in ~/.vimrc):

set t_kb=^h
fixdel

Note: That's a Control-V [backspace] to produce ^h.