Add change-inside-surroundings plugin [Close #68]
This commit is contained in:
parent
fd17b61020
commit
bbfa6adf38
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
1
vim/bundle/briandoll-change-inside-surroundings
Submodule
1
vim/bundle/briandoll-change-inside-surroundings
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ec5d10bbc1ef3385c272db57397a456dfc9ff64b
|
Loading…
x
Reference in New Issue
Block a user