Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ses4j opened this issue Jul 8, 2019 · 0 comments
Open

Comments

@ses4j
Copy link

ses4j commented Jul 8, 2019

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"
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant