Turned off highlighting of curr line
Also added alias for Mou
This commit is contained in:
@@ -52,8 +52,8 @@ if has("autocmd")
|
||||
autocmd FileType make setlocal ts=8 sts=8 sw=8 noexpandtab
|
||||
autocmd FileType ruby setlocal ts=2 sts=2 sw=2 expandtab
|
||||
autocmd FileType html setlocal ts=4 sts=4 sw=4 expandtab
|
||||
autocmd WinEnter * setlocal cursorline
|
||||
autocmd WinLeave * setlocal nocursorline
|
||||
"autocmd WinEnter * setlocal cursorline
|
||||
"autocmd WinLeave * setlocal nocursorline
|
||||
" automatically resize panes on resize
|
||||
autocmd VimResized * exe "normal! \<c-w>="
|
||||
"autocmd BufWritePost .vimrc source $MYVIMRC
|
||||
|
||||
Reference in New Issue
Block a user