aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-30 00:45:03 +0800
committerGuangxiong Lin <[email protected]>2022-03-30 00:45:03 +0800
commit930de6cafd0d683d4b698f54626f7fb4acf157ac (patch)
treeee2bc7597ccbe3af2852eed8b4352bb56c3555e2 /.vimrc
parent8b84e303843873ab57b02c99165ce1909c86e436 (diff)
downloaddotfiles-930de6cafd0d683d4b698f54626f7fb4acf157ac.tar.gz
dotfiles-930de6cafd0d683d4b698f54626f7fb4acf157ac.tar.bz2
dotfiles-930de6cafd0d683d4b698f54626f7fb4acf157ac.zip
Disable vim error bells
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 9ee1b41..0c92e69 100644
--- a/.vimrc
+++ b/.vimrc
@@ -16,6 +16,7 @@ set textwidth=72
set formatoptions+=mB
set formatoptions-=tc
set secure
+set noerrorbells
set nofoldenable