All pastes #2589319 Raw Edit

Anonymous

public unlisted text v1 · immutable
#2589319 ·published 2014-01-26 11:33 UTC
rendered paste body
" Begin ~/.vimrc

syntax on
set fileencodings=utf-8
set termencoding=utf-8
set bomb
set nocompatible
set backspace=1
if (&term == "iterm") || (&term == "putty")
  set background=dark
endif

map ^T :w!<CR>:!aspell check %<CR>:e! %<CR>

set autoindent
set ic
set ts=4

set wildmenu
set wcm=<Tab>
menu Encoding.koi8-r :e ++enc=koi8-r<CR>
menu Encoding.windows-1251 :e ++enc=cp1251<CR>
menu Encoding.cp866 :e ++enc=cp866<CR>
menu Encoding.utf-8 :e ++enc=utf8 <CR>
map <F8> :emenu Encoding.<TAB>