Linux Wisdom
A repository of (our) Linux wisdom.
Friday, August 18, 2006
Vi editing mode on the command line
To set the default command line editing mode to vi (instead of emacs), add the following to ~/.inputrc.
set editing-mode vi
set keymap vi-insert
Or add the following to ~/.bashrc.
set -o vi
Newer Post
Older Post
Home
Labels
Blogger
(1)
Cool Programs
(16)
Firefox
(2)
Games
(1)
Google
(1)
hg
(2)
Installation
(16)
iPod
(1)
LaTeX
(15)
Linux
(13)
MacBook
(10)
Nokia 770
(1)
Sage
(2)
shell tools
(4)
Ubuntu
(12)
vi
(5)
XFce4
(1)
Blog Archive
►
2010
(1)
►
September
(1)
►
2009
(6)
►
July
(2)
►
May
(3)
►
January
(1)
►
2008
(2)
►
July
(1)
►
January
(1)
►
2007
(17)
►
November
(1)
►
October
(1)
►
August
(4)
►
July
(10)
►
February
(1)
▼
2006
(23)
►
December
(5)
►
November
(3)
►
October
(2)
►
September
(6)
▼
August
(7)
Start GNU Screen Automatically
Vi editing mode on the command line
Xmodmap on login.
Two-Finger Scrolling on the Trackpad
More Post-Installation Packages
Xubuntu 6.06 Installation
Linux Wisdom