Updated setup preview and "tmux.conf"

This commit is contained in:
Logan Saunders 2015-06-07 13:27:52 -07:00
parent 4d9f45a426
commit 9ee5344e91
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Dotfiles
![Setup Preview](https://i.imgur.com/MAr424z.png)
![Setup Preview](https://i.imgur.com/pGzolWf.png)
This repo includes my tmux.conf and vimrc along with the scripts used in said tmux.conf.
**Note:** my vimrc is using [vundle](https://github.com/gmarik/Vundle.vim) so don't just copy and paste it without installing vundle

View File

@ -12,6 +12,7 @@ setw -g monitor-activity on
set-option -g visual-activity on
#Set how often the status bar updates its info
set -g status-interval 1
unbind-key C-h
######Colors######
set -g status-bg "colour238"