From 7558c9e50ff9a68f11f1858c9f82c694756ece8a Mon Sep 17 00:00:00 2001 From: Sam Anderson Date: Thu, 10 Jan 2013 14:40:18 -0500 Subject: [PATCH] tmux config tweaks, removed reattach as it was causing tmux to exit immediately --- tmux/.tmux.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index cd89d29..267320f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -44,9 +44,9 @@ setw -g window-status-activity-bg black setw -g window-status-activity-fg green setw -g window-status-activity-attr bold -set -g pane-border-fg black +set -g pane-border-fg colour239 set -g pane-border-bg black -set -g pane-active-border-fg black +set -g pane-active-border-fg colour214 set -g pane-active-border-bg black # Window options @@ -73,9 +73,8 @@ unbind C-b unbind C-s unbind % unbind '"' -unbind p -bind C-s last-window +bind C-t last-window bind v split-window -h bind s split-window -v bind S choose-session @@ -99,5 +98,5 @@ bind -t vi-copy v begin-selection bind -t vi-copy y copy-selection # Fix tmux detaching from clipboard -set -g default-command "hash reattach-to-user-namespace && reattach-to-user-namespace -l zsh" +# set -g default-command "hash reattach-to-user-namespace && reattach-to-user-namespace -l zsh"