init: Add comment on termguicolors with mosh
authorStefan Huber <shuber@sthu.org>
Thu, 23 Apr 2020 06:35:30 +0000 (08:35 +0200)
committerStefan Huber <shuber@sthu.org>
Thu, 23 Apr 2020 06:35:30 +0000 (08:35 +0200)
init.vim

index 3c81e4edc15d6bda1cd41f069e83a1e1f8de1521..af5fee7762e7b76394991d8bd280956fc7c9d653 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -6,6 +6,8 @@
 " Some global settings
 
 set nocompatible
 " 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
 set termguicolors
 set number
 set cursorline