我的GNU屏幕上有多个布局。是否可以在屏幕的状态栏中显示当前使用的布局的名称?
发布于 2016-04-03 23:18:37
也许,这就是您所需要的。
# the following two lines give a two-line status, with the current window highlighted
hardstatus alwayslastline
hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'来源:Gist link
示例:

https://stackoverflow.com/questions/35912758
复制相似问题