diff options
Diffstat (limited to 'tmux/.tmux/default.conf')
-rw-r--r-- | tmux/.tmux/default.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/.tmux/default.conf b/tmux/.tmux/default.conf index 1abb019..7025433 100644 --- a/tmux/.tmux/default.conf +++ b/tmux/.tmux/default.conf @@ -1,5 +1,8 @@ source-file ~/.tmux/common.conf +# act like GNU screen +unbind C-b +set -g prefix C-a + set -g status-bg white set -g status-fg black - |