From bbfa6adf381835e3c8a567f6153944aade5b7967 Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 2 Apr 2012 12:03:21 -0700 Subject: [PATCH] Add change-inside-surroundings plugin [Close #68] --- .gitmodules | 3 +++ README.md | 2 ++ vim/bundle/briandoll-change-inside-surroundings | 1 + 3 files changed, 6 insertions(+) create mode 160000 vim/bundle/briandoll-change-inside-surroundings diff --git a/.gitmodules b/.gitmodules index 49368d4..8fe2d68 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 508967b..9ff06af 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vim/bundle/briandoll-change-inside-surroundings b/vim/bundle/briandoll-change-inside-surroundings new file mode 160000 index 0000000..ec5d10b --- /dev/null +++ b/vim/bundle/briandoll-change-inside-surroundings @@ -0,0 +1 @@ +Subproject commit ec5d10bbc1ef3385c272db57397a456dfc9ff64b