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 .bashrcexport INPUTRC=$HOME/.inputrc
Monday, June 22, 2009
Forward- and backword-word in rxvt
Thursday, October 9, 2008
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
Posted by Kevin 0 comments
Monday, August 18, 2008
Delete/disconnect network connections/drive in Windows Vista
net use * /d
Posted by Kevin 0 comments
Wednesday, July 16, 2008
Sunday, May 18, 2008
a.vim
This plugin lets you switch between source file and header file by typing:A
Script link: a.vim
Posted by Kevin 0 comments
Saturday, April 12, 2008
Install developer tools in Fedora Core 8
sudo yum groupinstall "Development Tools"
Posted by Kevin 0 comments
Subscribe to:
Posts (Atom)

