vim: Avoid customization

Starting with version 8.0 the default behaviour of vim is a lot more
user friendly.
This commit is contained in:
Fredrik Fornwall 2017-01-25 18:46:14 +01:00
parent 4c29f84f59
commit 4c4f1e9709
3 changed files with 0 additions and 33 deletions

View File

@ -1,8 +1,3 @@
set autowrite
set ignorecase
set smartcase
set title
" Scroll only one line for mouse wheel events to get smooth scrolling on touch screens " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
map <ScrollWheelUp> <C-Y> map <ScrollWheelUp> <C-Y>
imap <ScrollWheelUp> <C-X><C-Y> imap <ScrollWheelUp> <C-X><C-Y>

View File

@ -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 " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
map <ScrollWheelUp> <C-Y> map <ScrollWheelUp> <C-Y>
imap <ScrollWheelUp> <C-X><C-Y> imap <ScrollWheelUp> <C-X><C-Y>

View File

@ -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 " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
map <ScrollWheelUp> <C-Y> map <ScrollWheelUp> <C-Y>
imap <ScrollWheelUp> <C-X><C-Y> imap <ScrollWheelUp> <C-X><C-Y>