test hiline
This commit is contained in:
parent
c17e59bf17
commit
69f5a25a6a
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
|
@ -162,6 +162,12 @@ set statusline+=%c, "cursor column
|
|||
set statusline+=%l/%L "cursor line/total lines
|
||||
set statusline+=\ %P "percent through file
|
||||
|
||||
|
||||
autocmd BufEnter * setlocal cursorline
|
||||
autocmd WinEnter * setlocal cursorline
|
||||
autocmd WinLeave * setlocal nocursorline
|
||||
setlocal cursorline
|
||||
|
||||
" Useful functions
|
||||
|
||||
" Add capital W so I can be lazy about my shift jey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue