Roman2K / vimfiles forked from scrooloose/vimfiles
- Source
- Commits
- Network (39)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
vimfiles /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jun 07 14:49:06 -0700 2009 | |
| |
.gitmodules | Sat Jan 24 04:46:19 -0800 2009 | |
| |
README.mdown | ||
| |
after/ | Sat Jan 24 04:46:19 -0800 2009 | |
| |
autoload/ | ||
| |
colors/ | Sat Nov 01 05:41:07 -0700 2008 | |
| |
compiler/ | Mon Jun 02 15:58:08 -0700 2008 | |
| |
doc/ | ||
| |
ftdetect/ | Wed Oct 29 20:15:36 -0700 2008 | |
| |
ftplugin/ | Wed Oct 29 20:15:36 -0700 2008 | |
| |
indent/ | Wed Oct 29 20:15:36 -0700 2008 | |
| |
macros/ | Sun Dec 07 16:37:23 -0800 2008 | |
| |
plugin/ | ||
| |
rgb.txt | Fri Nov 07 18:41:54 -0800 2008 | |
| |
ruby/ | Sat Oct 18 21:50:45 -0700 2008 | |
| |
snippets - 1908478 | Wed Jan 28 12:19:41 -0800 2009 | |
| |
syntax/ | Wed Oct 29 20:15:36 -0700 2008 | |
| |
templates/ | Wed Nov 05 14:14:50 -0800 2008 | |
| |
vimrc |
README.mdown
vimfiles
Fork of scrooloose's vimfiles.
Installation
Get the repository:
$ cd
$ git clone git://github.com/scrooloose/vimfiles.git .vim
$ cd .vim
$ git submodule init
$ git submodule update
Link you .vimrc to the one it provides:
$ cd
$ ln -s .vim/vimrc .vimrc
Install the external dependency:
$ sudo apt-get install exuberant-ctags
Configure your $TERM environment variable:
$ echo 'export TERM=xterm' >> ~/.bashrc
vi should now be ready to start using the default Railscasts theme.
Optimal rendering
In order for fonts to render perfectly, follow these additional steps:
- Under GNOME, open System > Appearance > Fonts > Rendering and select Subpixel smoothing.
- In Terminal, open Edit > Current Profile... > General > Font and select Bitstream Vera Sans Mono, size 11.
- In the same profile window, under Colors > Foreground and Background > Built-in schemes, select White on black.
Credits
All credits go to scrooloose for his work at making vi enjoyable to use. This fork only consists in minor tweaks to meet my requirements.

