diff options
-rw-r--r-- | tmux/.tmux/common.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/.tmux/common.conf b/tmux/.tmux/common.conf index 72ea65b..ab77f0e 100644 --- a/tmux/.tmux/common.conf +++ b/tmux/.tmux/common.conf @@ -10,6 +10,10 @@ bind-key -r C-l select-window -t :+ # look good set -g default-terminal "screen-256color" +# act like GNU screen +unbind C-a +set -g prefix C-a + # status set -g status-left-length 32 set -g status-right-length 150 |