Skip to content

Commit

Permalink
Maximize and minimize tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
Punjcoder committed Nov 8, 2012
1 parent 0800246 commit daecb50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tmux.conf
Expand Up @@ -86,3 +86,9 @@ unbind p
bind p paste-buffer
bind -t vi-copy 'v' begin-selection
bind -t vi-copy 'y' copy-selection

# Maximinze and minize windows
unbind Up
bind Up new-window -d -n tmp\; swap-pane -s tmp.1\; select-window -t tmp
unbind Down
bind down last-window \; swap-pane -s tmp.1\; kill-window -t tmp

0 comments on commit daecb50

Please sign in to comment.