Skip to content

Instantly share code, notes, and snippets.

@kykosic
Last active February 21, 2019 13:56
Show Gist options
  • Save kykosic/d1b83d32521563a4ced4cf2fc0850b8f to your computer and use it in GitHub Desktop.
Save kykosic/d1b83d32521563a4ced4cf2fc0850b8f to your computer and use it in GitHub Desktop.
my vimrc
set term=xterm-256color
syntax enable
set number
set ts=4
set softtabstop=4
set expandtab
let python_highlight_all = 1
set noundofile
set autoindent
set colorcolumn=80
set noerrorbells
set ruler
set clipboard=unnamed
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment