aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Christian Pohle2017-03-20 23:05:07 +0100
committerMax Christian Pohle2017-03-20 23:05:07 +0100
commitd94b51cb37571f1dea71e1def66a93807a57469e (patch)
treea871058dae8f5f3d327d665cce9a1675ed738285 /doc
parent4cf297f745fadb3c82f579cf32ce7dd9b5164820 (diff)
downloadvim-d94b51cb37571f1dea71e1def66a93807a57469e.tar.bz2
vim-d94b51cb37571f1dea71e1def66a93807a57469e.zip
Colors fixed for screen(1)
Diffstat (limited to 'doc')
-rw-r--r--doc/screen.txt9
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 @@
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
..