From 17f4faa740f81d7b3b2d9f2e9cbfbf00ef0db896 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 9 May 2021 16:55:25 +0200 Subject: vim: set belloff=all Not useful with my workflow, results in pointless window highlights. --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index b3ef73a..1c49131 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -25,6 +25,7 @@ set conceallevel=2 set ttyfast set undofile set nojoinspaces +set belloff=all set splitbelow set splitright -- cgit v1.2.3