Created
December 15, 2010 17:43
-
-
Save philtomson/742323 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
set tabstop=2 | |
set smarttab | |
set shiftwidth=2 | |
set autoindent | |
set expandtab | |
set backspace=start,indent | |
set guifont=Inconsolata\ 14 | |
set hlsearch | |
syntax on | |
autocmd BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | | |
\ exe "normal g'\"" | endif | |
:filetype plugin on | |
set laststatus=2 | |
set statusline=%{GitBranchInfoString()} | |
set statusline+=%= "right-align following items | |
set statusline+=\ %l/%L, "current line number/total number of lines, | |
set statusline+=%c "Column number | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment