<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/bundle/git-shortcuts, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>git-shortcuts: Move to the previous commit if on a "commit" line</title>
<updated>2020-03-24T00:56:01+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-03-22T12:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=ff7ddc0f5ae02aeca86ea1d6694625278d2c3549'/>
<id>ff7ddc0f5ae02aeca86ea1d6694625278d2c3549</id>
<content type='text'>
Previously, if the cursor was on a commit line and not at the start of
the line, the `[[` command would move to the start of the current line:

    commit 7a06e3db5d7a47a05558dd6557f23e665cc26c39
           ^

    *[[*

    commit 7a06e3db5d7a47a05558dd6557f23e665cc26c39
    ^

This change causes the cursor to move correctly to the previous commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, if the cursor was on a commit line and not at the start of
the line, the `[[` command would move to the start of the current line:

    commit 7a06e3db5d7a47a05558dd6557f23e665cc26c39
           ^

    *[[*

    commit 7a06e3db5d7a47a05558dd6557f23e665cc26c39
    ^

This change causes the cursor to move correctly to the previous commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>git-shortcuts: Silence mappings</title>
<updated>2019-12-09T19:54:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-12-06T17:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=648f8e788c6a49c32e6b1cf9c04c8b6665709d8d'/>
<id>648f8e788c6a49c32e6b1cf9c04c8b6665709d8d</id>
<content type='text'>
The printed commands were distracting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The printed commands were distracting.
</pre>
</div>
</content>
</entry>
<entry>
<title>git-shortcuts: Add commit movement omaps</title>
<updated>2019-10-27T21:09:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-10-26T23:05:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=c12080edc96c800edf41aa91286f923ea75f951c'/>
<id>c12080edc96c800edf41aa91286f923ea75f951c</id>
<content type='text'>
Omaps for `[[` and `]]` commit motion commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Omaps for `[[` and `]]` commit motion commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'git-shortcuts' plugin</title>
<updated>2019-10-27T21:09:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-10-26T22:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=d8607bc48b1313b9acdf03d0c80e47fdbf1ba6c6'/>
<id>d8607bc48b1313b9acdf03d0c80e47fdbf1ba6c6</id>
<content type='text'>
An ftplugin that provides `[[` and `]]` mappings to move between commits
in `git log` output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An ftplugin that provides `[[` and `]]` mappings to move between commits
in `git log` output.
</pre>
</div>
</content>
</entry>
</feed>
