From e9f974189b89bf3233f6df71a8c83ffcc631d651 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 5 Dec 2014 12:44:32 +0900 Subject: [PATCH] Fixup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dc479a..5f58a04 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ editor. It can be used for collapsing and expanding everything from function cal If you are using [pathogen](https://github.com/tpope/vim-pathogen) for plugin management (you should) you can clone the repository directly to your bundle directory: - `git clone https://github.com/FooSoft/vim-argwrap ~/.vim/bundle/vim-argwrap`. + `git clone https://github.com/FooSoft/vim-argwrap ~/.vim/bundle/vim-argwrap` 2. Create a keyboard binding for `argwrap#toggle()` inside your `~/.vimrc` file. For example, to declare a normal mode mapping, add the following command: - `nnoremap w :call argwrap#toggle()`. + `nnoremap w :call argwrap#toggle()` 3. Position the cursor *inside* of the scope of the parenthesis, brackets or curly braces you wish to wrap/unwrap (not on top or before or after them).