답변:
개발자 1 에 따르면 현재 tmux에서는 불가능합니다.
[1] http://sourceforge.net/mailarchive/message.php?msg_id=27427973
이 기능은 tmux 버전 2.4 이상에서 추가 된 것으로 보입니다.
tmux의 릴리스 노트 를 살펴보십시오 .
CHANGES FROM 2.3 TO 2.4, 20 April 2017
* All occurrences of a search string in copy mode are now highlighted;
additionally, the number of search results is displayed. The highlighting
updates interactively with the default emacs key bindings (incremental
search).
이전에 사용했던 tmux 버전 2.2에서는 강조 표시가 작동하지 않음을 확인할 수 있습니다.
나는이 기사가 약간 구식이라는 것을 알고 최근에 이것을 찾고 있었고 해결책을 찾았을 것이라고 생각하기 때문에 가능한 해결책을 따를 것이라고 생각했습니다.
set-window-option -g mode-fg colour3
set-window-option -g mode-bg colour0