changeset 734:02d746e77fab

[vimrc] Remove forcing 256 colors for screen term It was for tmux but it now sets tmux-256color by default.
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 00:50:00 +0900
parents 0589105e685a
children 9ad5a65b1c7e
files rc/vimrc
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rc/vimrc	Thu Jan 09 00:49:08 2025 +0900
+++ b/rc/vimrc	Thu Jan 09 00:50:00 2025 +0900
@@ -1,7 +1,3 @@
-if $TERM == 'screen'
-    set t_Co=256
-endif
-
 set nocompatible
 set showmode " shows mode insert/replace/visual
 set showcmd " shows last command on screen