You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you are manually editing a hunk with git add -p (from the command line), it will open a special diff file in the editor where you can edit the hunks.
Because Sublime Git binds GotoDiff to Enter in the context of markup.inserted/deleted.diff, you cannot use it in the context of manual hunk editing. The command also throws because it cannot extract the file name from the current diff file.
Is there a way to the default command for a key binding? Basically, we simply want to do what hitting "Enter" does in this cas