How can I display all the screen windows permanently at the bottom of VIM files?

StackOverflow https://stackoverflow.com/questions/21176286

  •  29-09-2022
  •  | 
  •  

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?

Était-ce utile?

La 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"

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top