vim: Avoid customization
[termux-packages] / packages / vim / vimrc
index c20a4c9..82cc3d6 100644 (file)
@@ -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 <ScrollWheelUp> <C-Y>
 imap <ScrollWheelUp> <C-X><C-Y>