diff --git a/README.md b/README.md index 0b527f9..6ff2cc6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/argwrap.txt b/doc/argwrap.txt index 9d52b3f..0f09170 100644 --- a/doc/argwrap.txt +++ b/doc/argwrap.txt @@ -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: