Skip to content

Document key remappings to use Ctrl+alt+g chord instead of Ctrl+g? #5

@ses4j

Description

@ses4j

Maybe add this to the README so people who use Ctrl-G can easily still use this plugin?

[
    {
        "key": "ctrl+alt+g ctrl+alt+c",
        "command": "tgit.commit"
    },
    {
        "key": "ctrl+g ctrl+c",
        "command": "-tgit.commit"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+n",
        "command": "tgit.cleanup"
    },
    {
        "key": "ctrl+g ctrl+n",
        "command": "-tgit.cleanup"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+f",
        "command": "tgit.fetch"
    },
    {
        "key": "ctrl+g ctrl+f",
        "command": "-tgit.fetch"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+m",
        "command": "tgit.merge"
    },
    {
        "key": "ctrl+g ctrl+m",
        "command": "-tgit.merge"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+p",
        "command": "tgit.pull"
    },
    {
        "key": "ctrl+g ctrl+p",
        "command": "-tgit.pull"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+u",
        "command": "tgit.push"
    },
    {
        "key": "ctrl+g ctrl+u",
        "command": "-tgit.push"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+r",
        "command": "tgit.rebase"
    },
    {
        "key": "ctrl+g ctrl+r",
        "command": "-tgit.rebase"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+r",
        "command": "tgit.resolve"
    },
    {
        "key": "ctrl+g ctrl+e",
        "command": "-tgit.resolve"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+v",
        "command": "tgit.revert"
    },
    {
        "key": "ctrl+g ctrl+v",
        "command": "-tgit.revert"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+l",
        "command": "tgit.showLog"
    },
    {
        "key": "ctrl+g ctrl+l",
        "command": "-tgit.showLog"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+i",
        "command": "tgit.stashList"
    },
    {
        "key": "ctrl+g ctrl+i",
        "command": "-tgit.stashList"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+o",
        "command": "tgit.stashPop"
    },
    {
        "key": "ctrl+g ctrl+o",
        "command": "-tgit.stashPop"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+a",
        "command": "tgit.stashSave"
    },
    {
        "key": "ctrl+g ctrl+a",
        "command": "-tgit.stashSave"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+s",
        "command": "tgit.switch"
    },
    {
        "key": "ctrl+g ctrl+s",
        "command": "-tgit.switch"
    },
    {
        "key": "ctrl+alt+g ctrl+alt+y",
        "command": "tgit.sync"
    },
    {
        "key": "ctrl+g ctrl+y",
        "command": "-tgit.sync"
    }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions