Download:
child 241:60ab97287581
parent 239:f88b0b9181eb
240:728bcd733718
Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:35:58 +0400
.vimrc: t_Co should be set automatically nowadays If not, check your terminal settings and/or .bashrc or other sourced files. My current $TERM is set to xterm-256color by xfce4-terminal.

1 файлов изменено, 0 вставок(+), 1 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Sat Nov 26 01:23:27 2022 +0400
+++ b/.vimrc Sat Nov 26 01:35:58 2022 +0400
@@ -41,7 +41,6 @@
set laststatus=2 " always show status line
set ttimeoutlen=0 " eliminate delay after <ESC>
-set t_Co=256
set colorcolumn=80
set pastetoggle=<F2>