From: Stefan Huber Date: Thu, 23 Apr 2020 06:35:30 +0000 (+0200) Subject: init: Add comment on termguicolors with mosh X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=29f51737752c4fbddfbbf67ad6cf32ed94247616 init: Add comment on termguicolors with mosh --- 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