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
This shortcut is known from terminal programs like vim, emacs and others (in fact it is almost universally supported). When the user presses ctrl+z, the running program (browsh) disappears and on the terminal it looks as if the program was quit. Since the program was only suspended into the background, it can be resumed at any time by typing fg and enter.
I think this could be useful for browsh users, because they could do some work on the command line, and continue to read the same website later. Of course they could also use something such as tmux or simply multiple terminals, however sometimes you might not have a terminal multiplexer running or installed, or you might indeed prefer not to switch to another terminal, because it fits your workflow best.
The text was updated successfully, but these errors were encountered:
I think that the ^Z key combination may not be the best idea for suspension as it may interfere with Undo when typing in textboxes. Maybe try PauseBreak instead?
This shortcut is known from terminal programs like vim, emacs and others (in fact it is almost universally supported). When the user presses ctrl+z, the running program (browsh) disappears and on the terminal it looks as if the program was quit. Since the program was only suspended into the background, it can be resumed at any time by typing fg and enter.
I think this could be useful for browsh users, because they could do some work on the command line, and continue to read the same website later. Of course they could also use something such as tmux or simply multiple terminals, however sometimes you might not have a terminal multiplexer running or installed, or you might indeed prefer not to switch to another terminal, because it fits your workflow best.
The text was updated successfully, but these errors were encountered: