When I run :maps that use ! to execute linux commands, the vim display is suspended to show the command output in the underlying container (xterm in my case). When the mapping terminates, any shell messages it may have produced are immediately obscured by the restored vim buffer.
Is there a handy Ctrl- or Ex command that will toggle the underlying xterm so that I can read such shell messages?
'shortmess'in your question. – D. Ben Knoble Jul 02 '19 at 01:08