Skip to content

Instantly share code, notes, and snippets.

@maksadbek
Created July 21, 2014 06:08
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 maksadbek/8a034e19ac247072adea to your computer and use it in GitHub Desktop.
Save maksadbek/8a034e19ac247072adea to your computer and use it in GitHub Desktop.
1 set number
2 set autoindent
3 set nocompatible
4 set autoindent
5 set backup
6 set nu
7 set smartindent
8 set showmatch
9 set textwidth=80
10 set title
11 set tabstop=4
12 set shiftwidth=4
13 set softtabstop=4
14 set expandtab
15 syntax on
16 set t_Co=256
17 filetype on
18 filetype indent on
19 filetype plugin on
20 set modeline
21 set ls=2
22 colorscheme solarized
23 set background=dark
24 set clipboard+=unnamed
25 let @a='af,r0@a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment