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
Currently we can see git diff hunks and navigate to them with [g and [G
I would like to also have a split view picker similar to space-f and space-F to view these changes across a file or the workspace
My suggestion would be to bind space-g and space-G to this feature, where the text to search is the contents of the hunk collapsed to one line with leading, trailing, and multiple whitespace removed
Then I would suggest rebinding debug to space-e
The text was updated successfully, but these errors were encountered:
See for a first implementation altough I think it needs some design work to work well as a picker.
I would especially like to see the workspace version of this (which would also included unopened files)
Currently we can see git diff hunks and navigate to them with
[g
and[G
I would like to also have a split view picker similar to
space-f
andspace-F
to view these changes across a file or the workspaceMy suggestion would be to bind
space-g
andspace-G
to this feature, where the text to search is the contents of the hunk collapsed to one line with leading, trailing, and multiple whitespace removedThen I would suggest rebinding debug to
space-e
The text was updated successfully, but these errors were encountered: