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
Perhaps there should be a key handler for an escape key. I mean, control + c works, but I think there should be something more graceful, such as also adding support for q, similar to less and top.
Otherwise, love it!
The text was updated successfully, but these errors were encountered:
You can now press the Esc button to gracefully exit. I think that is a more common convention than q. I also want to support search in the future, so better not use q. It currently doesn't work correctly on Node 4.0, though. At least on OS X. You have to press Esc 3 times for it to work. Might be related to: nodejs/node#2890 or nodejs/node#2996 It works correctly in Node 0.12.
Perhaps there should be a key handler for an escape key. I mean,
control + c
works, but I think there should be something more graceful, such as also adding support forq
, similar toless
andtop
.Otherwise, love it!
The text was updated successfully, but these errors were encountered: