Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | git-shortcuts: Move to the previous commit if on a "commit" line | Teddy Wing | |
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. | |||
2019-10-27 | Add 'git-shortcuts' plugin | Teddy Wing | |
An ftplugin that provides `[[` and `]]` mappings to move between commits in `git log` output. |