mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +00:00
update vimrc
This commit is contained in:
@ -980,7 +980,7 @@ tab_title_template "{index}: {title[title.rfind('/')+1:]}"
|
||||
|
||||
#: The foreground and background colors.
|
||||
|
||||
background_opacity 0.98
|
||||
background_opacity 1
|
||||
background_blur 15
|
||||
|
||||
#: The opacity of the background. A number between zero and one, where
|
||||
|
@ -34,10 +34,10 @@ set encoding=utf-8
|
||||
" Whitespace
|
||||
set nowrap " do not automatically wrap on load
|
||||
set formatoptions-=t " do not automatically wrap text when typing
|
||||
" set tabstop=2
|
||||
" set shiftwidth=2
|
||||
" set softtabstop=2
|
||||
" set expandtab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set softtabstop=4
|
||||
set expandtab
|
||||
set noshiftround
|
||||
|
||||
" Cursor motion
|
||||
@ -121,5 +121,6 @@ noremap <leader>tt :term ++curwin<CR>
|
||||
noremap <S-l> :bn<CR>
|
||||
noremap <S-h> :bp<CR>
|
||||
noremap <leader>x :bd<CR>
|
||||
noremap <leader>b :ls<CR>:b
|
||||
"" save
|
||||
noremap <C-s> :w<CR>
|
||||
|
Reference in New Issue
Block a user