Tweak vim theme for terminal after quitting
This commit is contained in:
parent
0ffd61d7e2
commit
19e0fdfb25
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -19,7 +19,7 @@ set fileencoding=utf-8
|
|||
" change cursor colour depending upon mode
|
||||
if exists('&t_SI')
|
||||
let &t_SI = "\<Esc>]12;lightgoldenrod\x7"
|
||||
let &t_EI = "\<Esc>]12;green\x7"
|
||||
let &t_EI = "\<Esc>]12;greenyellow\x7"
|
||||
elseif has("gui")
|
||||
set guicursor=n-v-c:block-Cursor/lCursor,ve:ver35-Cursor,o:hor50-Cursor,i-ci:ver25-Cursor/lCursor,r-cr:hor20-Cursor/lCursor,sm:block-Cursor-blinkwait175-blinkoff150-blinkon175
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue