Skip to content

Commit

Permalink
Merge branch 'master' of github.com:terryma/vim-expand-region
Browse files Browse the repository at this point in the history
  • Loading branch information
terryma committed Mar 31, 2013
2 parents f85bf36 + cee5af0 commit c125b9c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- IntelliJ's [syntax aware selection](http://www.jetbrains.com/idea/documentation/tips/#tips_code_editing)
- Eclipse's [select enclosing element](http://stackoverflow.com/questions/4264047/intellij-ctrlw-equivalent-shortcut-in-eclipse)

<p align="center">
<img src="https://raw.github.com/terryma/vim-expand-region/master/expand-region.gif" alt="vim-expand-region" />
</p>

## Installation
Install using [Pathogen], [Vundle], [Neobundle], or your favorite Vim package manager.

Expand All @@ -17,8 +21,8 @@ Press ```+``` to expand the visual selection and ```_``` to shrink it.
Customize the key mapping if you don't like the default.

```
map K <Plug>ExpandRegion
map J <Plug>ShrinkRegion
map K <Plug>(expand_region_expand)
map J <Plug>(expand_region_shrink)
```

## Setting
Expand Down

0 comments on commit c125b9c

Please sign in to comment.