summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 0b29d52..228ecdb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -28,6 +28,9 @@ set mouse=a
"show at least 6 lines before and after cursor pos
set scrolloff=6
+"highlight line with cursor
+set cursorline
+
"show info on in which mode you're in
set showmode