Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. syntax on
  2. set expandtab ts=4 sw=4 ai
  3. set hlsearch
  4.  
  5. " Block cursor (needed for git bash):
  6. let &t_ti.="\e[1 q"
  7. let &t_SI.="\e[5 q"
  8. let &t_EI.="\e[1 q"
  9. let &t_te.="\e[0 q"
  10.  
  11. " Disable bell and visualbell:
  12. set visualbell
  13. set t_vb=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement