Small updates

This commit is contained in:
Alex Yatskov 2015-07-09 13:12:35 +09:00
parent b7ab047378
commit 57147e5382
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ information.
* [GitHub](https://github.com/FooSoft/vim-argwrap/)
* [Homepage](http://foosoft.net/projects/vim-argwrap/)
* [Vim Awesome](http://vimawesome.com/plugin/vim-argwrap/)
* [Vim Awesome](http://vimawesome.com/plugin/vim-argwrap)
* [Vim.org](http://www.vim.org/scripts/script.php?script_id=5062)
## Installation
@ -19,7 +19,7 @@ information.
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 the `ArgWrap` command inside your `~/.vimrc` file. For example, to declare a normal

View File

@ -18,7 +18,7 @@ access other information.
GitHub: https://github.com/FooSoft/vim-argwrap/
Homepage: http://foosoft.net/projects/vim-argwrap/
Vim Awesome: http://vimawesome.com/plugin/vim-argwrap/
Vim Awesome: http://vimawesome.com/plugin/vim-argwrap
Vim.org: http://www.vim.org/scripts/script.php?script_id=5062
================================================================================
@ -29,7 +29,7 @@ INSTALLATION *argwrap-installation*
Vim.org. If you are using pathogen.vim 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 the ArgWrap command inside your ~/.vimrc file.
For example, to declare a normal mode mapping, add the following command: