Beep instead of blink.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 11 Jan 2013 22:02:42 +0200
changeset 606 f21480ec9818
parent 605 5b2d091de26d
child 607 db8b30e73baf
Beep instead of blink.
.vimrc
--- a/.vimrc	Wed Dec 12 15:08:17 2012 +0200
+++ b/.vimrc	Fri Jan 11 22:02:42 2013 +0200
@@ -16,7 +16,10 @@
 
 set sessionoptions=curdir,buffers,tabpages
 
-set showcmd  
+" Show mode in last line of screen.
+set showmode
+" Show last command in last line of screen.
+set showcmd
 " Do not show line numbers.
 set nonu
 " Set command string height.
@@ -60,7 +63,7 @@
 set smartcase
 set hlsearch
 
-" No audio or visual bell.
+" Beep instead of blink.
 set novisualbell
 set noerrorbells
 
@@ -72,12 +75,6 @@
 " visual clutter. This option gets rid of the toolbar.
 set guioptions-=T
 
-
-" This setting prevents vi from making its annoying beeps when a command
-" doesn't work. Instead, it briefly flashes the screen -- much less annoying.
-set vb t_vb=
-
-
 " This setting ensures that each window contains a statusline that displays
 " the current cursor position.
 set ruler