mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
5 lines
207 B
VimL
5 lines
207 B
VimL
" Use a blinking upright bar cursor in Insert mode, a blinking block in normal
|
|
" if &term == 'xterm-256color' || &term == 'screen-256color'
|
|
" let &t_SI = "\<Esc>[5 q"
|
|
" let &t_EI = "\<Esc>[5 q"
|
|
"endif
|