projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43023fc
)
Turn off error bells and visual bells.
author
David Kerkeslager
<kerkeslager@gmail.com>
Tue, 19 Jul 2011 15:12:03 +0000
(08:12 -0700)
committer
David Kerkeslager
<david.kerkeslager@globalpovertyproject.com>
Tue, 4 Aug 2015 15:01:14 +0000
(15:01 +0000)
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
fd01a20
..
5aa1f56
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-25,6
+25,9
@@
set numberwidth=4
" Scroll five lines ahead of cursor.
set scrolloff=5
+" Turn off error bells and visual bell
+set noeb vb t_vb=
+
" Set up autoindentation.
set smartindent
filetype indent on
@@
-95,5
+98,3
@@
noremap! <Right> <Esc>
" Automatically reload the .vimrc when changes are made to it
au! BufWritePost .vimrc source %
-
-