Update README

This commit is contained in:
Junegunn Choi
2014-03-19 19:06:03 +09:00
parent 4929841a7a
commit 2ab86911cb

View File

@@ -83,12 +83,7 @@ try these commands:
Notice that the commands are repeatable with `.` key if you have installed Notice that the commands are repeatable with `.` key if you have installed
[repeat.vim](https://github.com/tpope/vim-repeat). Install [repeat.vim](https://github.com/tpope/vim-repeat). Install
[visualrepeat](https://github.com/vim-scripts/visualrepeat) as well if you want [visualrepeat](https://github.com/vim-scripts/visualrepeat) as well if you want
to repeat in visual mode. Or you can add the following mapping to your .vimrc. to repeat in visual mode.
```vim
" Repeat alignment in visual mode with . key
vmap . <Plug>(EasyAlignRepeat)
```
Usage Usage
----- -----