Skip to content

Instantly share code, notes, and snippets.

@vinibaggio
Created July 1, 2010 01:57
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 vinibaggio/459452 to your computer and use it in GitHub Desktop.
Save vinibaggio/459452 to your computer and use it in GitHub Desktop.
source $HOME/.vimrc
colorscheme vividchalk
set gfn=Menlo\ Regular:h12
set guioptions=egmrt
set showtabline=2
set transparency=5
set lines=50
set columns=175
" Show invisible chars with \l
set list
nmap <leader>l :set list!<CR>
set listchars=tab:▸\ ,eol:¬
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment