aboutsummaryrefslogtreecommitdiff
path: root/doc/screen.txt
blob: 5c375d26f977973c03a0da902b13d2a6a9a83d79 (plain)
1
2
3
4
5
6
7
8
9
To run vim inside a screen session:

TERM=vte-256color screen vim

works very well. But if you are using another terminal you may be interested in
other possibilities, like this:

find /usr/share/terminfo/ | grep screen | grep 256

..