Skip to content

Instantly share code, notes, and snippets.

@nikhan
Created April 29, 2017 06:39
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 nikhan/ba4209ec429593f853b2ac4c350650ce to your computer and use it in GitHub Desktop.
Save nikhan/ba4209ec429593f853b2ac4c350650ce to your computer and use it in GitHub Desktop.
ubuntu/macbook
set t_Co=256
set t_ut=
syntax on
filetype plugin indent on
colorscheme zazen
set nu
set shiftwidth=2
set tabstop=2
set expandtab
set laststatus=2
set cursorline
set hidden
" remove startup screen
set shortmess=I
" Set the vertical split character to a space (there is a single space after
" '\ ')
set fillchars+=vert:\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment