Skip to content

Instantly share code, notes, and snippets.

@farnasirim
Created December 16, 2017 14:52
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 farnasirim/f36d695cae4abfabbeac614569ee9ad8 to your computer and use it in GitHub Desktop.
Save farnasirim/f36d695cae4abfabbeac614569ee9ad8 to your computer and use it in GitHub Desktop.
Poor man's .vimrc
set ts=4
set sw=4
set smartindent
set ai
set background=dark
colorscheme slate
syntax enable
set nocompatible
filetype plugin indent on
set hlsearch
set expandtab
set ttyfast
set autowrite
set noswapfile
set nobackup
set noerrorbells
set autoread
set ttyscroll=3
set nu
set nu
set exrc
set incsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment