dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit b633d832ad4784d559a1750e50f15421f09de3f7 (patch)
parent 1537b543bd66bf81b9073c5a2695f0c76df46f67
Author: Alex Karle <alex@karle.co>
Date:   Mon, 28 Oct 2019 00:07:29 -0400

vim: no bells in the Virtual Console

Diffstat:
Mvim/vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 <ESC> 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