Configured more terminal bell settings.

This commit is contained in:
Scott Wallace 2015-01-14 11:12:25 +00:00
parent 9e7f902a17
commit 5de1803727
3 changed files with 11 additions and 1 deletions

View file

@ -4,6 +4,12 @@
export EDITOR=vim
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Make less use visual bell
#--------------------------------------------------------------------------------
export LESS="-qr"
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Update the path with local overrides
#--------------------------------------------------------------------------------

View file

@ -1 +1,2 @@
set bell-style none
set bell-style visible
set prefer-visible-bell

3
.vimrc
View file

@ -1,6 +1,9 @@
set nocompatible " be iMproved, required
filetype off " required
" Disable bell
set vb
" Ensure vim knows about Go(lang)
set rtp+=$GOROOT/misc/vim