m mmHmt:%s///ge'tzt'm set laststatus=2 set bs=2 set autoindent set autowrite set cindent set nu set nocompatible set noundofile syntax enable set ai "Auto indent set si "Smart indent set wrap "Wrap lines set colorcolumn=80"> m mmHmt:%s///ge'tzt'm set laststatus=2 set bs=2 set autoindent set autowrite set cindent set nu set nocompatible set noundofile syntax enable set ai "Auto indent set si "Smart indent set wrap "Wrap lines set colorcolumn=80"> m mmHmt:%s///ge'tzt'm set laststatus=2 set bs=2 set autoindent set autowrite set cindent set nu set nocompatible set noundofile syntax enable set ai "Auto indent set si "Smart indent set wrap "Wrap lines set colorcolumn=80">
filetype plugin on
filetype indent on

set ruler
set backspace=eol,start,indent

" No annoying sound on errors
set noerrorbells
set novisualbell
set t_vb=
set tm=500

set nobackup
set nowb
set noswapfile

set expandtab
set smarttab
" 1 tab == 2 spaces
set softtabstop=2
set tabstop=2
set shiftwidth=2

" Remove the Windows ^M - when the encodings gets messed up
noremap <Leader>m mmHmt:%s/<C-V><cr>//ge<cr>'tzt'm

set laststatus=2
set bs=2
set autoindent
set autowrite
set cindent
set nu
set nocompatible
set noundofile
syntax enable

set ai "Auto indent
set si "Smart indent
set wrap "Wrap lines

set colorcolumn=80