-
Notifications
You must be signed in to change notification settings - Fork 397
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
Add a binding for Ctrl-Z to memray tree #581
Conversation
a8a6e46
to
b83f0a5
Compare
I've pushed a fixup here that gets this somewhere where I'm happy with it. Take a look, @pablogsal |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #581 +/- ##
==========================================
+ Coverage 92.55% 92.94% +0.39%
==========================================
Files 91 91
Lines 11304 11195 -109
Branches 1581 2047 +466
==========================================
- Hits 10462 10405 -57
+ Misses 837 790 -47
+ Partials 5 0 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CTRL+z to suspend isn't enabled by default, but we can add it with a keybinding. Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CTRL+z to suspend isn't enabled by default, but we can add it with a keybinding.
Closes: #559