Question

I use 'screen' and vim together but instead of switching to screen mode to see what windows are open with

CTRL + A, "

How can I make the status in vim at the bottom show all the screens windows that are open?

Was it helpful?

Solution

Is this you want ? It set a window lists at terminal bottom.

enter image description here

Add the following line to your .screenrc, and restart screen.

caption always "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %=%{mk} %{yk}%D %{ck}%M%{wk} %{ck}%d %{gk}%c"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top