Mercurial > ec-dotfiles
comparison rc/vimrc @ 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 |
comparison
equal
deleted
inserted
replaced
733:0589105e685a | 734:02d746e77fab |
---|---|
1 if $TERM == 'screen' | |
2 set t_Co=256 | |
3 endif | |
4 | |
5 set nocompatible | 1 set nocompatible |
6 set showmode " shows mode insert/replace/visual | 2 set showmode " shows mode insert/replace/visual |
7 set showcmd " shows last command on screen | 3 set showcmd " shows last command on screen |
8 set nomodeline " disallow automatic vim command execution on arbitrary file | 4 set nomodeline " disallow automatic vim command execution on arbitrary file |
9 set autoindent | 5 set autoindent |