Gibt es eine Möglichkeit, den gesuchten Begriff im tmux-Kopiermodus hervorzuheben? Unten ist meine tmux Konfiguration: # remap prefix to Control + a set -g prefix C-a unbind C-b bind C-a send-prefix bind a send-prefix # force a reload of the config file unbind r bind r source-file ~/.tmux.conf #...