From 8e7e110df10187efe9474fdccf2206128656ab9a Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Fri, 14 Jan 2022 20:50:17 +0800 Subject: [PATCH] vim: explicitly disable visual bell --- .config/vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 61608f2..5c263b9 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -9,6 +9,7 @@ highlight PmenuSbar ctermbg=none highlight PmenuThumb ctermbg=gray highlight PmenuSel ctermbg=darkgray ctermfg=white highlight ALEErrorLine ctermbg=darkblue +set novisualbell set bg=dark set title set mouse= -- 2.43.0