Fixed mistakes with an over-eager find/replace.

This commit is contained in:
Kyle West 2012-01-25 22:39:41 -05:00
parent eecd341b8a
commit cab6782fae

View File

@ -29,8 +29,8 @@ from scouring other people's dotfile repos, blogs, and projects.
* Avoid stressful hand motions, e.g. remap Esc to caps lock key, remap underscore to Alt-k in vim, make window management in vim easy. * Avoid stressful hand motions, e.g. remap Esc to caps lock key, remap underscore to Alt-k in vim, make window management in vim easy.
* Easy to use plugin architecture, no config files to edit. * Easy to use plugin architecture, no config files to edit.
* Pick one tool and use it everywhere: vim-ize everything * Pick one tool and use it everywhere: vim-ize everything
*#### NEW Beautiful, easy to read and small vimrc** * **NEW Beautiful, easy to read and small vimrc**
*#### NEW No key overrides or custom hackery in vimrc, everything in well factored snippets in .vim/plugin/settings** * **NEW No key overrides or custom hackery in vimrc, everything in well factored snippets in .vim/plugin/settings**
## Why is this not a fork of Janus? ## Why is this not a fork of Janus?
@ -110,7 +110,7 @@ gem install awesome_print
## Installation ## Installation
This project uses git submodules for its plugins, but this is handled This project uses git submodules for its plugins, but this is handled
for you by the#### yadr** command. Please run: for you by the `yadr` command. Please run:
```bash ```bash
git clone https://github.com/skwp/dotfiles ~/.dotfiles git clone https://github.com/skwp/dotfiles ~/.dotfiles