Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set nocompatible
- set hidden
- set wildmenu
- set showcmd
- set hlsearch
- set ignorecase
- set smartcase
- set backspace=indent,eol,start
- set autoindent
- set nostartofline
- set ruler
- set laststatus=2
- set confirm
- set visualbell
- set t_vb=
- set mouse=a
- set cmdheight=2
- set tabstop=4
- set softtabstop=4
- set shiftwidth=4
- set expandtab
- set nowrap
- set number
- filetype indent plugin on
- syntax on
Advertisement
Add Comment
Please, Sign In to add comment