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 " 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 map imap