Closed XXMA16 closed 1 month ago
Attention: Patch coverage is 0%
with 32 lines
in your changes missing coverage. Please review.
Project coverage is 3.32%. Comparing base (
aba6112
) to head (2df403d
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/tui/command.rs | 0.00% | 16 Missing :warning: |
src/tui/state.rs | 0.00% | 16 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Should I change ShiftTab
to ⇧+Tab
?
Hmm, that's actually a good idea :)
Description of change
Implemented Shift+Tab for scrolling a tab back Closes #63
Concerns
if else
's inHexdumpCommand#parse
to amatch
ShiftTab -> Back
takes up a lot of space and might be a weird nameCancelPrevious
doesn't really need acheck_sub
since Hexdump is not the first tab