X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a9cd51d25744f6a50d32470f596ae48bb0d3f2ea..18fbaa060b0194189ad0deb5fdfae99a2157b6f1:/packages/vim-python/vimrc diff --git a/packages/vim-python/vimrc b/packages/vim-python/vimrc index e8c4e4fb..82cc3d62 100644 --- a/packages/vim-python/vimrc +++ b/packages/vim-python/vimrc @@ -1,17 +1,3 @@ -set autowrite -set backspace=2 -set encoding=utf-8 -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