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