diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:57:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:57:13 +0000 |
commit | b0c01739d47bc5c9418d221067afe47a52a3f547 (patch) | |
tree | 38263967793813a1a7e201a452ff4299ef8defc4 | |
parent | Enabling listchars. (diff) | |
download | vim-b0c01739d47bc5c9418d221067afe47a52a3f547.tar.xz vim-b0c01739d47bc5c9418d221067afe47a52a3f547.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 |