<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/bundle/vim-grappele, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>Update 'vim-grappele' to v0.3.0</title>
<updated>2020-10-03T22:23:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-10-03T22:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=82ee991cd92c7f09faf1174fadbcc82161a43cc5'/>
<id>82ee991cd92c7f09faf1174fadbcc82161a43cc5</id>
<content type='text'>
Adds operator-pending and visual mode mappings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds operator-pending and visual mode mappings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 'vim-grappele' to v0.1.0</title>
<updated>2018-12-13T13:50:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-12-13T13:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=7470dd78ccf3dd72567b3a3978f10e51bad901ff'/>
<id>7470dd78ccf3dd72567b3a3978f10e51bad901ff</id>
<content type='text'>
Includes visual and operator-pending mode mappings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes visual and operator-pending mode mappings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 'vim-grappele' to v0.0.5</title>
<updated>2017-12-20T22:24:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-12-20T22:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=a4d9cd7491b7b63318318a86c5e64df86fb4e56a'/>
<id>a4d9cd7491b7b63318318a86c5e64df86fb4e56a</id>
<content type='text'>
Fixes a bug where pressing `gG` without first having used `[count]G` to
store a location caused an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a bug where pressing `gG` without first having used `[count]G` to
store a location caused an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 'vim-grappele' to v0.0.4</title>
<updated>2017-07-08T22:33:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-07-08T22:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=9f2042413e5983ee833285807a923ffee01c72ff'/>
<id>9f2042413e5983ee833285807a923ffee01c72ff</id>
<content type='text'>
Doesn't clobber saved location when using `G` without a count.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't clobber saved location when using `G` without a count.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 'vim-grappele' to v0.0.3</title>
<updated>2016-06-17T06:35:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-06-17T06:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=00b2b0947c857cd16658bee1d7a977db73b29270'/>
<id>00b2b0947c857cd16658bee1d7a977db73b29270</id>
<content type='text'>
Fixes bug where `G` didn't push to the jumplist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug where `G` didn't push to the jumplist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update 'vim-grappele' to v0.0.2</title>
<updated>2015-09-17T03:33:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-09-17T03:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=852d18e0075f14b80dc073e49aac4175b252a0aa'/>
<id>852d18e0075f14b80dc073e49aac4175b252a0aa</id>
<content type='text'>
To take advangage of the newly `&lt;silent&gt;` `G` command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To take advangage of the newly `&lt;silent&gt;` `G` command.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'vim-grappele' plugin</title>
<updated>2015-09-14T10:19:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-09-14T10:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=0666fab520a12be1c7ace20b87fc9e8e4cb47dad'/>
<id>0666fab520a12be1c7ace20b87fc9e8e4cb47dad</id>
<content type='text'>
This will finally give me a way to repeat `G` commands. Should be useful
since I often find myself entering a `G` command only to realise that I
was in the wrong window and have to then type the whole thing again.
With this plugin all I have to do is type a quick mapping to make the
repeat happen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will finally give me a way to repeat `G` commands. Should be useful
since I often find myself entering a `G` command only to realise that I
was in the wrong window and have to then type the whole thing again.
With this plugin all I have to do is type a quick mapping to make the
repeat happen.
</pre>
</div>
</content>
</entry>
</feed>
