From a4f5db03f4670e627249b30c446674d4f6811a71 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 14 Sep 2015 06:01:56 -0400 Subject: Add README Include a description of the plugin, installation instructions (copied from one of my other plugins), and license information. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1461b10 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +grappele.vim +============ + +Provides a way to repeat the last `G` command. + +Example scenario: + +1. Type 398G +2. Switch to a different buffer +3. Use Grappele's `gG` command to go to line 398 in our new current buffer + +This way if you mistake the currently active window for example, there's an easy +way to get to the right line without having to manually type out the line number +again. + + +## Installation +Install using any of the various Vim plugin managers. If you use +[pathogen](https://github.com/tpope/vim-pathogen), you can run the following to +install: + + cd ~/.vim/bundle + git clone https://github.com/teddywing/vim-grappele.git + + +## License +Licensed under the MIT license. See the included LICENSE file. -- cgit v1.2.3