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

DiffScreen enhancements #243

Merged
merged 1 commit into from
May 12, 2022
Merged

DiffScreen enhancements #243

merged 1 commit into from
May 12, 2022

Conversation

tanvirtin
Copy link
Owner

@tanvirtin tanvirtin commented May 11, 2022

Closes: #114

Users are given the ability to do the following:

  • Stage all hunks in "diff_preview" and "hunk_preview" pressing "S"
  • Unstage all hunks in "diff_preview" and "hunk_preview" pressing "U"
  • Stage a hunk in "diff_preview" and "hunk_preview" pressing "s" on a hunk
  • Unstage a hunk in "staged_diff_preview" and "hunk_staged_preview" pressing "u" on a hunk
  • Switch between unstage and staged version of the view by pressing "t"

@tanvirtin tanvirtin added the enhancement New feature or request label May 11, 2022
@tanvirtin tanvirtin force-pushed the develop branch 3 times, most recently from 8b088ff to f4cb0db Compare May 12, 2022 03:44
Users are given the ability to do the following:
- Stage all hunks in "diff_preview" and "hunk_preview" pressing "S"
- Unstage all hunks in "diff_preview" and "hunk_preview" pressing "U"
- Stage a hunk in "diff_preview" and "hunk_preview" pressing "s" on a hunk
- Unstage a hunk in "staged_diff_preview" and "hunk_staged_preview" pressing "u" on a hunk
- Switch between unstage and staged version of the view by pressing "t"
@nyngwang
Copy link

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

undo hunk stage
2 participants