diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:28:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:28:42 +0000 |
commit | 3b7cbf48d4ce64d01a458aed4d26d58f714f1f39 (patch) | |
tree | bdca0f64474d0da93b0d899af924be6a0d9cf301 | |
parent | Enabling listchars. (diff) | |
download | vim-3b7cbf48d4ce64d01a458aed4d26d58f714f1f39.tar.xz vim-3b7cbf48d4ce64d01a458aed4d26d58f714f1f39.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 |