From 00a56f65bf15196a4b92048bfea3912c06ae2143 Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 9 Jan 2025 09:06:20 +0800 Subject: [PATCH] update vimrc --- kitty/kitty.conf | 2 +- vim/vimrc | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 6e9944f..9574c0e 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -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 diff --git a/vim/vimrc b/vim/vimrc index c5fe1a5..6992f4f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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 tt :term ++curwin noremap :bn noremap :bp noremap x :bd +noremap b :ls:b "" save noremap :w