diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2015-03-06 13:55:47 +0100 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2015-03-06 13:55:47 +0100 |
commit | e8eddd8a3f4397014ffd18fe095715643179267a (patch) | |
tree | fd5b398e403bf13f4d555bf3206c09fd72a6ba96 /.vimrc | |
parent | Add placeholder to plugin directory (diff) | |
download | vim_sync-e8eddd8a3f4397014ffd18fe095715643179267a.tar.xz |
Turn on the current line highlight
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |