X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/1c6ac27700c577067162afca90339ecf11ec96e3..e5ca8bb1226830459c696d5da6f64a9ededa4dd9:/packages/vim-python/vimrc?ds=sidebyside diff --git a/packages/vim-python/vimrc b/packages/vim-python/vimrc index 12c8bb75..e8c4e4fb 100644 --- a/packages/vim-python/vimrc +++ b/packages/vim-python/vimrc @@ -12,11 +12,6 @@ set title syntax on -" Set beam shape in insert mode, underline shape in replace mode and block shape in normal mode. -let &t_SI = "\[6 q" -let &t_SR = "\[4 q" -let &t_EI = "\[2 q" - " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens map imap