Sha256: 557d421f6d5b5a8a8114d9ebce3626b0b40eefbb60cd8a89de079f94e9b58e79
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
scriptencoding utf-8 set encoding=utf-8 set fileencoding=utf-8 set fenc=utf-8 set termencoding=utf-8 set noautoindent " this is annoying when pasting from clipboard set nocompatible " don't simulate vi set backspace=indent,eol,start " more powerful backspacing set bs=2 " backspace set softtabstop=2 " soft tab set scrolloff=3 " keep 3 lines between scroll set history=1000 " undo history set cmdheight=2 set shiftwidth=2 " tab width? set cmdheight=2 syntax on filetype on filetype plugin on filetype indent on set wildmenu " i need friendly menu set wildmode=list:longest set ruler " show line, col info set hidden " what's this? set ignorecase " ignore case when searching set smartcase " ignore case when searching lower cases set backupdir=~/tmp,/tmp set directory=~/tmp,/tmp "set nobackup "set nowritebackup "set noswapfile
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
source-tools-0.6.1 | lib/source-tools/templates/t.vimrc.erb |
source-tools-0.6.0 | lib/source-tools/templates/t.vimrc.erb |