From b633d832ad4784d559a1750e50f15421f09de3f7 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 28 Oct 2019 00:07:29 -0400 Subject: [PATCH] vim: no bells in the Virtual Console --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index e2451a4..344705d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -36,6 +36,7 @@ set ttimeout " Tell how to interpret key codes (used belo set ttimeoutlen=30 " Low keycode timeout to avoid delay " Other +set belloff=all " Quiet in the Console! set modelines=0 " Disable modelines for security set encoding=utf-8 " Encoding set history=10000 " Remember last 1000 :commands -- libgit2 0.28.4