Tôi có .vimrc sau :
set nocompatible " Use vim defaults
"set ls=2 " Always show status line
set showcmd " Show incomplete commands
set scrolloff=3 " Keep 3 lines when scrolling
set ruler " Show the cursor position all the time
set title " Show title in console title bar
set hid " Change buffer without saving
set showmatch " Show matching bracets
set ts=2 " Numbers of spaces of tab character
set sw=2 " Numbers of spaces to (auto)indent
set et " Tabs are converted to spaces, use only when required
set sts=2 " Soft tab stop
set smartindent " Smart indent
set autoindent
set nocindent
set wrap
set hlsearch " Highlight searches
set incsearch " Do incremental searching
Và khi tôi mở vim từ thiết bị đầu cuối Ubuntu 12.04 của mình, tôi thấy màu sắc của sơ đồ, nhưng nền giống với màu tôi mở thiết bị đầu cuối. Tôi sẽ nói rằng nền tảng sẽ thay đổi, nhưng tôi không biết tại sao nó không.
Có ai giúp đỡ không?
hi Normal ctermbg=something
nào? Lệnh nào để tải màu sắc? Đầu ra của $ echo $TERM
cái gì?
colorscheme
cả .vimrc
. Tại sao bạn nói nó đáng lẽ phải xảy ra?