diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/screen.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/screen.txt b/doc/screen.txt new file mode 100644 index 0000000..5c375d2 --- /dev/null +++ b/doc/screen.txt | |||
@@ -0,0 +1,9 @@ | |||
1 | To run vim inside a screen session: | ||
2 | |||
3 | TERM=vte-256color screen vim | ||
4 | |||
5 | works very well. But if you are using another terminal you may be interested in | ||
6 | other possibilities, like this: | ||
7 | |||
8 | find /usr/share/terminfo/ | grep screen | grep 256 | ||
9 | |||