Saya punya yang berikut ini .vimrc :
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
Dan ketika saya membuka vim dari terminal Ubuntu 12.04 saya, saya melihat warna skema, tetapi latar belakangnya sama dengan yang saya buka terminal. Saya akan mengatakan bahwa latar belakangnya harus berubah, tetapi saya tidak tahu mengapa itu tidak berubah.
Tolong ada bantuan?
hi Normal ctermbg=something
? Apa perintah untuk memuat colorscheme? Apa hasil dari $ echo $TERM
?
colorscheme
di miliknya .vimrc
. mengapa Anda mengatakan itu seharusnya terjadi?