diff --git a/vim/vimrc b/vim/vimrc index d96abc6..92e0f7d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -38,6 +38,7 @@ set shiftwidth=4 " by default, when auto-identing, add 4 spaces (or 1 tabstop) set foldmethod=marker " fold on markers set foldlevel=3 " number of folds to open automatically set scrolloff=1 " always show one line around the cursor +set cursorline " hightlight the current cursor line set laststatus=2 " always show the status bar ('cause I like to see the line and column, always) set showtabline=2 " always show the tabline set showmatch " show matching bracket