Skip to content

Instantly share code, notes, and snippets.

@va9iff
Created December 9, 2025 13:23
Show Gist options
  • Select an option

  • Save va9iff/9ea5adc520bffadbfe25d926fdc5e16e to your computer and use it in GitHub Desktop.

Select an option

Save va9iff/9ea5adc520bffadbfe25d926fdc5e16e to your computer and use it in GitHub Desktop.
vim thin cursor for insert mode
" block/caret cursor for n/i modes
let &t_SI = "\e[6 q"
let &t_EI = "\e[2 q"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment