diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:18:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:18:22 +0000 |
commit | 41cff621415e67e16937e52ca9e5a2cec516ec73 (patch) | |
tree | 7cb0b1c8c8ffa777a8badb8de9c21fc6e778ac6c | |
parent | Enabling listchars. (diff) | |
download | vim-41cff621415e67e16937e52ca9e5a2cec516ec73.tar.xz vim-41cff621415e67e16937e52ca9e5a2cec516ec73.zip |
Enabling noerrorbells.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |