kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.83k stars 391 forks source link

gitk_this_file command removed #543

Open pcg79 opened 6 years ago

pcg79 commented 6 years ago

Hello,

I was looking to use the git_gitk_this_file command that was introduced in this commit. But from what I can tell the command was removed from the git.py file at some point before git.py was moved into submodules.

Any chance of getting Gitk This File back? Thanks!

prusswan commented 4 years ago

It is not well-documented, but you can register a shortcut for that via Key Bindings:

[
    { "keys": ["ctrl+shift+g"], "command": "git_raw", "args": { "command": "gitk --all", "append_current_file": true} }
]