Skip to content

Commit

Permalink
tmux config tweaks, removed reattach as it was causing tmux to exit i…
Browse files Browse the repository at this point in the history
…mmediately
  • Loading branch information
Sam Anderson committed Jan 10, 2013
1 parent b6aabb2 commit 7558c9e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tmux/.tmux.conf
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"

0 comments on commit 7558c9e

Please sign in to comment.