srain
srain copied to clipboard
Sui(impl): Add <C-q> shortcut for quitting Srain (#223)
Closes #223
As we have "exit-on-close" conf item since #150, when it is set to false and ctrl+q is pressed, should Srain exit or just hide?
should Srain exit or just hide
Another possibility is to add a configuration option exit-on-ctrl-q, also defaulting to false.
I found that Polari always exits when C-q is pressed, let's go with it for now.