Monday, June 22, 2009

Forward- and backword-word in rxvt

Add this to your ~/.inputrc:

# Control+right
\eOc: forward-word
# Control+left
\eOd: backward-word

Notice those are O's (the letter) not 0's (zeroes).

You may need to have this in your .bashrc
export INPUTRC=$HOME/.inputrc

Thursday, October 9, 2008

Set default close operation

setDefaultCloseOperation(EXIT_ON_CLOSE)

Wednesday, October 8, 2008

Tabs to Spaces only in Eclipse

  • Window menu → Preferences...
  • Java → Code Style → Formatter → New... button
    • Enter any name → OK
  • Indentation tab → Under General settings, set Tab policy to Spaces only

Monday, August 18, 2008

Delete/disconnect network connections/drive in Windows Vista

net use * /d

Wednesday, July 16, 2008

Show virtual table

g++ -fdump-class-hierarchy main.cpp

Sunday, May 18, 2008

a.vim

This plugin lets you switch between source file and header file by typing
:A

Script link: a.vim

Saturday, April 12, 2008

Install developer tools in Fedora Core 8

sudo yum groupinstall "Development Tools"

Template Designed by Douglas Bowman - Updated to Beta by: Blogger Team
Modified for 3-Column Layout by Hoctro