Add change-inside-surroundings plugin [Close #68]

This commit is contained in:
yan 2012-04-02 12:03:21 -07:00
parent fd17b61020
commit bbfa6adf38
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

@ -286,3 +286,6 @@
[submodule "vim/bundle/gregsexton-gitv"]
path = vim/bundle/gregsexton-gitv
url = https://github.com/gregsexton/gitv
[submodule "vim/bundle/briandoll-change-inside-surroundings"]
path = vim/bundle/briandoll-change-inside-surroundings
url = https://github.com/briandoll/change-inside-surroundings.vim.git

View File

@ -340,6 +340,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* `Cmd-'` and `Cmd-"` to change content inside quotes
* Cmd-Space to autocomplete. Tab for snipmate snippets.
* `fd` and `jk` key *chords* - hit the first two homerow buttons simultaneously on either side of the keyboard to go to beginning and end of line
* `,ci` to change inside any set of quotes/brackets/etc
#### Tab Navigation
@ -458,6 +459,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* slime - use ctrl-c,ctrl-c to send text to a running irb/pry/console. To start the console, you must use screen with a named session: "screen -S [name] [cmd]", ex: "screen -S pry pry"
* vim-indent-guides - visual indent guides, off by default
* color_highlight - use :ColorCodes to see hex colors highlighted
* change-inside-surroundings - change content inside delimiters like quotes/brackets
#### General enhancements that don't add new commands

@ -0,0 +1 @@
Subproject commit ec5d10bbc1ef3385c272db57397a456dfc9ff64b