aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 3d90bea2c4ff5d2021ed6d8ee340a1ff60b47fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
Copyright © 2015–2018, 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the
included COPYING file).