Gnu-Screen
如何在 tmux 中突出顯示搜尋結果?
當我在 tmux 中搜尋終端視窗時,它會將游標設置為關鍵字搜尋,但不會突出顯示匹配的單詞。Screen 曾經這樣做過,而且在視覺上找到匹配項要容易得多。
謝謝!
根據開發人員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 中不起作用。