aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index a5cee84..b37e6b2 100644
--- a/vimrc
+++ b/vimrc
@@ -21,6 +21,8 @@ set smartcase " respect case in search if uppercase is used
set nowrap " do not wrap lines
set backspace=indent,eol,start " backspace over all stuff
set cursorcolumn " highlight the current column
+set cursorline " highlight the current line
+set vb t_vb= " no beeping
"
" formatting