X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/56cc5820126d019f3ee3513c6aceee262afac1b8..8e2805ed3f3d136540f36977afa7fcdcf91366be:/packages/vim-python/vimrc diff --git a/packages/vim-python/vimrc b/packages/vim-python/vimrc index c20a4c9f..82cc3d62 100644 --- a/packages/vim-python/vimrc +++ b/packages/vim-python/vimrc @@ -1,16 +1,3 @@ -set autowrite -set backspace=2 -set hlsearch -set ignorecase -set incsearch -set mouse=a -set nocompatible -set smartcase -set smartindent -set title - -syntax on - " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens map imap