From d027717fc9abbb07f0d0603a564183e92785c8dc Mon Sep 17 00:00:00 2001 From: taynpg Date: Mon, 15 Jul 2024 13:33:45 +0800 Subject: [PATCH] =?UTF-8?q?vimrc=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vim/vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 5ab260e..5ba4ef6 100755 --- a/vim/vimrc +++ b/vim/vimrc @@ -4,8 +4,8 @@ syntax enable filetype on set vb t_vb= colorscheme gruvbox -" set background=light -set background=dark +set background=light +"set background=dark set incsearch set backspace=2 set shiftwidth=4 @@ -32,7 +32,7 @@ if has("gui_running") endif if(has("win32") || has("win64") || has("win95") || has("win16")) - set guifont=FiraCode\ Nerd\ Font\ Mono:h12 + set guifont=Courier\ New:h11 endif :nnoremap s :wa @@ -76,4 +76,4 @@ endif " %= “对齐方向改变的分界点 " %- ”对齐方向改变为右对齐 -set statusline=[%Y]\%{\"[\".(&fenc==\"\"?&enc:&fenc).((exists(\"+bomb\")\ &&\ &bomb)?\"+\":\"\").\"]\"}\[%{&ff}]\[%03.3b]\[%02.2B]\[%04l,%04v][%p%%]\[%L]\ %=【%{strftime(\"%d/%m/%y\ -\ %H:%M\")}\】%=%F%m%r%h%w +set statusline=[%Y]\%{\"[\".(&fenc==\"\"?&enc:&fenc).((exists(\"+bomb\")\ &&\ &bomb)?\"+\":\"\").\"]\"}\[%{&ff}]\[ASCII:%03.3b]\[0x%02.2B]\[%04l,%04v][%p%%]\[All:%L]\ %=【%{strftime(\"%d/%m/%y\ -\ %H:%M\")}\】%=%F%m%r%h%w