allow symbol evutil_secure_rng_add_bytes (#578)
[termux-packages] / packages / vim-python / vimrc
index e8c4e4f..12c8bb7 100644 (file)
@@ -12,6 +12,11 @@ set title
 
 syntax on
 
+" Set beam shape in insert mode, underline shape in replace mode and block shape in normal mode.
+let &t_SI = "\<Esc>[6 q"
+let &t_SR = "\<Esc>[4 q"
+let &t_EI = "\<Esc>[2 q"
+
 " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
 map <ScrollWheelUp> <C-Y>
 imap <ScrollWheelUp> <C-X><C-Y>