" mostly copied from less.vim if exists("did_pager") | finish | endif let did_pager = 1 set ignorecase set hlsearch set incsearch set wrapscan nohlsearch "set nolist set laststatus=0 " Don't remember file names and positions set viminfo= " Inhibit screen updates while searching set lazyredraw " When reading from stdin don't consider the file modified. au VimEnter * set nomod " Scroll one line up/down noremap noremap " backspace scrolls up one line - mutt habit noremap " Scroll one page forward noremap