Skip to content

Instantly share code, notes, and snippets.

@avli
Last active August 29, 2015 14:09
Show Gist options
  • Save avli/2bcc5d40a3d2b60d0344 to your computer and use it in GitHub Desktop.
Save avli/2bcc5d40a3d2b60d0344 to your computer and use it in GitHub Desktop.
set nu
set tabstop=8
set expandtab
set shiftwidth=4
set softtabstop=4
set autoindent
set backspace=2
" disable all colors
syntax off
set nohlsearch
set t_Co=0
hi LineNr term=NONE
hi NonText term=NONE
hi ModeMsg term=NONE
hi SpecialKey term=NONE
ab teh the
ab _utf8 # -*- coding: utf-8 -*-
ab _vim # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
ab obj object):<CR><TAB>
ab c class
ab __ __init__(self,
ab ifm if __name__ == '__main__':<CR> main()
ab imp import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment