Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active April 11, 2020 12:19
Show Gist options
  • Save innyso/aacdbbfceddf5e090e17685a12a3d119 to your computer and use it in GitHub Desktop.
Save innyso/aacdbbfceddf5e090e17685a12a3d119 to your computer and use it in GitHub Desktop.
#vim #windows #cygwin #babun

Block cursor for vim in cygwin/babun

Put this in .vimrc

let &t_ti.="\e[1 q"
let &t_SI.="\e[5 q"
let &t_EI.="\e[1 q"
let &t_te.="\e[0 q"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment