From 94e899e66a9cab642c3ff25651ec522b2d014e8f Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Sun, 4 Dec 2016 22:40:01 +0100 Subject: [PATCH] Update Readme. --- Readme.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index e345628..77fd481 100644 --- a/Readme.md +++ b/Readme.md @@ -80,19 +80,18 @@ These options may be used with any `solarized8_*` variant. ## Troubleshooting -**Hey, I do not get the right colors when running Vim inside tmux!** +**Hey, I do not get the right colors when running Vim inside tmux or in my +favourite true-color enabled terminal!** -Put this in your `.vimrc`: +Try putting this in your `.vimrc`: ``` -set t_8f=^[[38;2;%lu;%lu;%lum -set t_8b=^[[48;2;%lu;%lu;%lum +let &t_8f = "\[38;2;%lu;%lu;%lum" +let &t_8b = "\[48;2;%lu;%lu;%lum" ``` -where `^[` is *not* obtained by typing `^` followed by `[`, but it is a real -escape character (to obtain it, type `` in Insert mode). If that -does not work yet, try replacing the semicolons with colons. See `:h -xterm-true-color` for the details. +See `:h xterm-true-color` for the details. + ## Tips