diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-02-15 12:00:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-08-16 18:56:53 +0000 |
commit | c77b27375af94661de1b32964c59bab925e9a584 (patch) | |
tree | 20dc9c6d8a850feb29847e635e57c49c327e3fe2 | |
parent | Adding hlsearch by default. (diff) | |
download | vim-c77b27375af94661de1b32964c59bab925e9a584.zip vim-c77b27375af94661de1b32964c59bab925e9a584.tar.xz |
Adding noerrorbells by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/runtime/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/runtime/vimrc b/debian/runtime/vimrc index bcd4579..cabd11b 100644 --- a/debian/runtime/vimrc +++ b/debian/runtime/vimrc @@ -53,6 +53,7 @@ set incsearch " Incremental search "set autowrite " Automatically save before commands like :next and :make "set hidden " Hide buffers when they are abandoned "set mouse=a " Enable mouse usage (all modes) +set noerrorbells " Don't ring the bell for error messages " Source a global configuration file if available if filereadable("/etc/vim/vimrc.local") |