diff --git a/vimrc b/vimrc index edd87fb..e83af91 100644 --- a/vimrc +++ b/vimrc @@ -414,14 +414,10 @@ autocmd FileType gitcommit call SetGitcommitSettings() " }}} "TERMINAL: options for terminal emulators {{{ if $TERM == 'rxvt-unicode-256color' || $TERM == 'xterm' - "Enable 256 colors support - set t_Co=256 "repair urxvt ctrl+pgup/down behaviour map [5^ map [6^ elseif $TERM == 'screen' || $TERM == 'screen-256color' - set term=screen-256color "Set terminal type - set t_Co=256 "Enable 256 colors support set t_kN=[6;*~ set t_kP=[5;*~ endif