From 29f51737752c4fbddfbbf67ad6cf32ed94247616 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 23 Apr 2020 08:35:30 +0200 Subject: [PATCH] init: Add comment on termguicolors with mosh --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 3c81e4e..af5fee7 100644 --- a/init.vim +++ b/init.vim @@ -6,6 +6,8 @@ " Some global settings set nocompatible +" Breaks colors for some versions of mosh, but not if tmux is used on top of +" mosh. See https://github.com/mobile-shell/mosh/issues/928 set termguicolors set number set cursorline -- 2.30.2