diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:33:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:33:59 +0000 |
commit | bd88911f8162f30dc63bf3fcfb9cd2182b9093c7 (patch) | |
tree | 1f742671465890f41839fd644eab46802ea3d61d | |
parent | Enabling listchars. (diff) | |
download | vim-bd88911f8162f30dc63bf3fcfb9cd2182b9093c7.tar.xz vim-bd88911f8162f30dc63bf3fcfb9cd2182b9093c7.zip |
Enabling noerrorbells.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/vimrc.d/noerrorbells.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/vimrc.d/noerrorbells.vim b/debian/local/vimrc.d/noerrorbells.vim new file mode 100644 index 0000000..c0bf3d7 --- /dev/null +++ b/debian/local/vimrc.d/noerrorbells.vim @@ -0,0 +1,3 @@ +" /etc/vim/vimrc.d/noerrorbells.vim + +set noerrorbells |