Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set nocompatible
- " format
- set autoindent
- set backup
- set nu
- set smartindent
- set textwidth=80
- set showmatch
- set title
- set tabstop=4
- set shiftwidth=4
- set softtabstop=4
- set expandtab
- " syntax
- syntax on
- filetype indent plugin on
- " support 256 colors in Lion terminal
- set t_Co=256
- " files
- filetype on
- filetype indent on
- filetype plugin on
- " always show file name
- set modeline
- set ls=2
- set bg=dark
- set number
- set showcmd
- filetype indent on
- set cursorline
- set incsearch
- nnoremap <leader><space> :nohlsearch<CR>
- nnoremap B ^
- nnoremap E $
- set lazyredraw
- set backspace=2
- set background=dark
- colorscheme hybrid_material
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement