Cursor shapes.

This commit is contained in:
Bartek Stalewski 2022-03-30 15:46:03 +02:00
parent 9e6d215aed
commit 55ebbd0cf8
2 changed files with 5 additions and 1 deletions

View File

@ -143,7 +143,7 @@ static unsigned int defaultrcs = 259;
* 6: Bar ("|")
* 7: Snowman ("")
*/
static unsigned int cursorshape = 2;
static unsigned int cursorshape = 6;
/*
* Default columns and rows numbers

View File

@ -61,6 +61,10 @@ set bg=dark
set termguicolors
colorscheme molokai
let &t_SI = "\<Esc>[6 q"
let &t_SR = "\<Esc>[4 q"
let &t_EI = "\<Esc>[2 q"
set t_ZH=
set t_ZR=
hi Comment cterm=italic gui=italic