From 9ee5344e91be21d10a81a95fc79f26cbe70a8403 Mon Sep 17 00:00:00 2001 From: Logan Saunders Date: Sun, 7 Jun 2015 13:27:52 -0700 Subject: [PATCH] Updated setup preview and "tmux.conf" --- README.md | 2 +- tmux.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd6798d..3cff0ef 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tmux.conf b/tmux.conf index d1f0f3d..77723e9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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"