Skip to content

Instantly share code, notes, and snippets.

@lajunta
Created October 10, 2013 08:05
Show Gist options
  • Save lajunta/6914739 to your computer and use it in GitHub Desktop.
Save lajunta/6914739 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype plugin indent on
set nu
set autoindent
set tabstop=2
set shiftwidth=2
set softtabstop=2
set smarttab
set expandtab
set laststatus=2
set statusline=%F:\ %l
map .. <C-P>
map <F4> :bd<cr>
map <s-tab> :bp<cr>
map <tab> :bn<cr>
nnoremap <S-F> :set nonumber!<CR>
autocmd FileType rb set tabstop=2
autocmd FileType slim set tabstop=2
autocmd FileType erb set tabstop=2
autocmd FileType html set tabstop=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment