Archive for November, 2011
Remove vim color coding in Ubuntu
By default Ubuntu’s vim utility is configured to color code certain keywords, comments, extensions, etc.
I personally do not like this. So I just disable that feature. And while I am at it, I also enable the ruler, which displays the line number and the character position of the cursor.
To do that for all users, edit the /etc/vim/vimrc file add the following lines to it:
syntax off " Clear any font/color/hilighting
set ruler " Enable the ruler
If you want to do that just for a particular user, create a .vimrc file in that user’s home directory (if it does not already exist) and add the same lines to it.
Search
Recent Comments
- Dimanche on Install Subversion and Subclipse for Eclipse on Ubuntu
- Mir on How to connect your Android phone to Ubuntu to do development, testing, installations or tethering
- Mir on How to connect your Android phone to Ubuntu to do development, testing, installations or tethering
- Leonardo on How to Resume Partial File Transfers
- mobydobius on How to Resume Partial File Transfers
Categories
Blogroll
Online Tools
Other
BLOG ARCHIVE
- November 2011 (1)
- August 2011 (1)
- April 2011 (1)
- January 2011 (2)
- September 2010 (1)
- August 2010 (2)
- July 2010 (2)
- June 2010 (2)
- May 2010 (1)
- January 2010 (2)
- December 2009 (2)
- November 2009 (3)
- October 2009 (1)
- September 2009 (3)
- July 2009 (1)
- May 2009 (1)
- March 2009 (1)
- February 2009 (2)
- January 2009 (2)
- December 2008 (1)
- November 2008 (4)
- October 2008 (5)