From 2ab86911cb1287e0813c1314f522caa4ba56bcb3 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 19 Mar 2014 19:06:03 +0900 Subject: [PATCH] Update README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a95c27..a109205 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,7 @@ try these commands: Notice that the commands are repeatable with `.` key if you have installed [repeat.vim](https://github.com/tpope/vim-repeat). Install [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. - -```vim -" Repeat alignment in visual mode with . key -vmap . (EasyAlignRepeat) -``` +to repeat in visual mode. Usage -----