Customizing Vim and Gnu Screen

Customizing your terminal

.vimrc

set runtimepath^=~/.vim/bundle/ctrlp.vim
autocmd FileType * setlocal formatoptions-=ro
set expandtab
set shiftwidth=2
set softtabstop=2
set autoindent
set number

.screenrc

autodetach on
shell -${SHELL}
defscrollback 2024
startup_message off
hardstatus on
vbell off
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'