Skip to content

Add four semantic integration visual hints:

Matan Ziv-Av requested to merge matan/konsole:semantic-params into master

The commits prior to matan/konsole@c816cf65 lay the infrastructure for this commit that adds visual hints when semantic shell integration is enabled.

The added hints are:

  • Error bars: show red bars at the left of lines when the command fails.
  • Error background: show dark red background for failed commands.
  • Alternating bars: show gray bars for every odd command.
  • Alternating background: show dark gray background for every odd command.

Each of those is configurable in the profile individually. The bars are enabled by default. The backgrounds show when visual hints keys are pressed by default.

Edited by Matan Ziv-Av

Merge request reports