Last active
January 2, 2016 18:09
-
-
Save squito/8341456 to your computer and use it in GitHub Desktop.
My computer config
This file contains hidden or 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
| logfile screenlogs/log.%n | |
| deflog on | |
| defscrollback 10000 | |
| screen 1 | |
| #other settings | |
| 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}]' | |
| vbell off | |
| autodetach on | |
| #Binds | |
| bind s split | |
| bind - resize -3 | |
| bind + resize +3 | |
| bind t title | |
| bind x remove | |
| bind k kill | |
| bind m lastmsg | |
| #screen count starts at 1 | |
| bind c screen 1 | |
| bind 0 select 10 | |
| escape "``" |
This file contains hidden or 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 nocompatible " be iMproved | |
| filetype off " required! | |
| set tags=tags;/ | |
| command C let @/="" " :C to clear any search highlighting | |
| set rtp+=~/.vim/bundle/vundle/ | |
| call vundle#rc() | |
| Bundle 'derekwyatt/vim-scala' | |
| Bundle 'kien/ctrlp.vim' | |
| Bundle 'drmingdrmer/xptemplate' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment