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
filetype off | |
call pathogen#incubate() | |
call pathogen#helptags() | |
filetype plugin indent on | |
set runtimepath^=~/.vim/bundle/ctrlp.vim | |
syntax enable | |
set background=light | |
autocmd VimEnter * NERDTree | |
set smartindent | |
set nohlsearch |
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
git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- |
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
" | |
" .vimrc | |
" | |
" Vim configuration resource file. Specifies desired | |
" behavior for the vim editor. Place this file at | |
" ~/.vimrc | |
" | |
:set showmode " Tell us when we're in insert mode. | |
:set expandtab " Convert tabs to number of spaces |
NewerOlder