diff options
-rw-r--r-- | tmux/.tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1346e02..4e813bb 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,8 @@ source-file ~/.tmux/common.conf +# act like GNU screen +unbind C-b +set -g prefix C-a + set -g status-bg colour13 set -g status-fg colour235 |