mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51: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.
|
#: 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
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user