Just a note,
When using vim >= 8.0 in konsole, a '$q q' will be displayed on the first line on start. This is due to a lack of compatibility of the konsole xterm setting in TERM not being compatible with xterm-256color. I have filed the opensuse KDE3 bug as:
https://bugzilla.opensuse.org/show_bug.cgi?id=1055815
This effects all versions of konsole from 3.5.10 to Plasma. The upstream KDE bug is:
https://bugs.kde.org/show_bug.cgi?id=383976
A KDE3 workaround is to:
$ export TERM=xterm-256color
On 08/25/2017 11:59 PM, David C. Rankin wrote:
A KDE3 workaround is to:
$ export TERM=xterm-256color
Correction - do NOT set TERM manually -- doesn't help.