Skip to content

Commit

Permalink
Place tmux bar at top
Browse files Browse the repository at this point in the history
  • Loading branch information
fphilipe committed Jun 23, 2013
1 parent d823cc5 commit 29ff20d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# http://robots.thoughtbot.com/post/19398560514/how-to-copy-and-paste-with-tmux-on-mac-os-x
set-option -g default-command "reattach-to-user-namespace -l zsh"

# Place status bar at top.
set-option -g status-position top

# Change the prefix from C-b to C-a. Map a to send C-a.
unbind-key C-b
set -g prefix C-a
Expand Down

0 comments on commit 29ff20d

Please sign in to comment.