Dear Maintainer,
When in an editor that was started from a shell in konsole,
if I press Alt+S, the editor window/text becomes invisible and
the underlying shell is displayed.
I have observed this in both nano and vim.
In nano, I bind Alt+S to whereis and this bug causes nano to
become unresponsive after Alt+S until ^C is pressed.
I also considered if the problem could be my shell. I use zsh.
However, this problem was not seen in another terminal emulator
e.g. Tilda.
Expected: Alt+S usable for binding to editor command.
Result: Causes "peek" to shell (shows the underlying shell).
Thank You