Skip to content

Commit

Permalink
Update tmux a little
Browse files Browse the repository at this point in the history
  • Loading branch information
latentflip committed May 27, 2013
1 parent 162afa0 commit 249fe7a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tmux/tmux.conf.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ set -g default-terminal "screen-256color"

bind-key C-a last-window

# Reload
bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."

# Resizes window to current client, not smallest one
setw -g aggressive-resize on


unbind-key left
bind-key left select-pane -L
Expand All @@ -31,4 +37,7 @@ bind-key -r k resize-pane -U 5
unbind-key h
bind-key -r h resize-pane -L 5
unbind-key l
bind-key -r l resize-pane -R 5
bind-key -r l resize-pane -R 5

bind-key - split-window -v
bind-key | split-window -h

0 comments on commit 249fe7a

Please sign in to comment.