Merge pull request #14 from kylewest/vim-tweaks

Key bindings for wrapping, etc
This commit is contained in:
Yan Pritzker
2012-01-25 22:29:47 -08:00
12 changed files with 53 additions and 4 deletions

View File

@@ -369,6 +369,10 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* `Cmd-/` - toggle comments (usually gcc from tComment)
* `gcp` (comment a paragraph)
**Wrapping**
* :Wrap - wrap long lines (e.g. when editing markdown files).
* Cmd-[j, k, $, 0, ^] - navigate display lines.
### Included vim plugins
@@ -450,6 +454,11 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* sass-status - decorates your status bar with full nesting of where you are in the sass file
### Overriding vim settings
You may use `~/.vimrc.before` for settings like the __leader__ setting. You may `~/.vimrc.after` for any additional overrides/settings.
### Adding your own vim plugins
YADR comes with a dead simple plugin manager that just uses git submodules, without any fancy config files.