Created
October 10, 2013 08:05
-
-
Save lajunta/6914739 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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