mirror of
https://github.com/pnx/dotfiles
synced 2026-06-17 11:30:02 +02:00
Adding vim stuff
This commit is contained in:
parent
b77ac31173
commit
81d5cc35ce
11 changed files with 3006 additions and 0 deletions
5
nvim/terminal.vim
Normal file
5
nvim/terminal.vim
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
" 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue