Screen byで検索できるはずだと知っています
C-a /
また
C-a ?
また
C-a s
また
C-a r
ただし、どのコマンドも機能しません。次の .screenrc があります。
私の.screenrc
markkeys h=d:j=h:k=t:l=n
# to change the escape key from ^Aa to
# NB ^n to move btw Screens
escape ^Tt
# I want to use Vim's navigation keys
bind h focus down
bind t focus up
### Keybindings# {{{
# to disable xoff
bind s
# remove some key bindings
bind W
#bind ^\
#bind \\
bind ^h
# same as C-a "
bind 'W' windowlist
Screen で効果的に検索して、すべての一致に色を付けるにはどうすればよいでしょうか?