Skip to content

Instantly share code, notes, and snippets.

@awesome
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awesome/8821774 to your computer and use it in GitHub Desktop.
Save awesome/8821774 to your computer and use it in GitHub Desktop.
set history=10000
set ruler
set autoindent
set nosmartindent
set showcmd
set nu
set sw=2
syntax off
set encoding=utf-8 fileencodings=
set showmatch
set nohls
set incsearch
set paste
set ts=8
set noexpandtab
%retab!
set expandtab
%retab!
set ts=2
:highlight Pmenu ctermbg=238 gui=bold
:highlight PmenuSel ctermfg=black
set listchars=tab:▸\ ,eol:¬
set nolist
nmap ,l :set list!<cr>
colorscheme ir_black_soawesomeman_edition
"wget https://gist.github.com/awesome/8821774/raw/7cacb6642dc2f4265634c6fe42d18cc941a9ce61/.vimrc && mkdir -p ~/.vim/colors && cd ~/.vim/colors && wget https://gist.github.com/awesome/8821617/raw/f845a4caa68e7fc12cfc77f281f04eaaf4f3d8bd/ir_black_soawesomeman_edition.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment