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
And it would be just a regular scratch buffer, it would simple come pre-populated with the diff's output and it would have the language set to diff, but otherwise nothing out of the ordinary.
Is this possible right now? Or would a plugin be necessary for this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Sublime Text has this feature where it can show in a panel a diff of the buffer's content and what's on disk:

I wonder how can this be replicated with Helix?
Ideally, I would just run something in the command bar, I was thinking of:
(note the
-
as the second argument todiff
)And we would get something like this:

And it would be just a regular scratch buffer, it would simple come pre-populated with the
diff
's output and it would have the language set todiff
, but otherwise nothing out of the ordinary.Is this possible right now? Or would a plugin be necessary for this?
Beta Was this translation helpful? Give feedback.
All reactions