Cursor shapes.
This commit is contained in:
parent
9e6d215aed
commit
55ebbd0cf8
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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=[3m
|
||||
set t_ZR=[23m
|
||||
hi Comment cterm=italic gui=italic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue