update vimrc

This commit is contained in:
xfy
2025-01-09 09:06:20 +08:00
parent df360943b6
commit 00a56f65bf
2 changed files with 6 additions and 5 deletions

View File

@ -980,7 +980,7 @@ tab_title_template "{index}: {title[title.rfind('/')+1:]}"
#: The foreground and background colors. #: The foreground and background colors.
background_opacity 0.98 background_opacity 1
background_blur 15 background_blur 15
#: The opacity of the background. A number between zero and one, where #: The opacity of the background. A number between zero and one, where

View File

@ -34,10 +34,10 @@ set encoding=utf-8
" Whitespace " Whitespace
set nowrap " do not automatically wrap on load set nowrap " do not automatically wrap on load
set formatoptions-=t " do not automatically wrap text when typing set formatoptions-=t " do not automatically wrap text when typing
" set tabstop=2 set tabstop=4
" set shiftwidth=2 set shiftwidth=4
" set softtabstop=2 set softtabstop=4
" set expandtab set expandtab
set noshiftround set noshiftround
" Cursor motion " Cursor motion
@ -121,5 +121,6 @@ noremap <leader>tt :term ++curwin<CR>
noremap <S-l> :bn<CR> noremap <S-l> :bn<CR>
noremap <S-h> :bp<CR> noremap <S-h> :bp<CR>
noremap <leader>x :bd<CR> noremap <leader>x :bd<CR>
noremap <leader>b :ls<CR>:b
"" save "" save
noremap <C-s> :w<CR> noremap <C-s> :w<CR>