diff options
Diffstat (limited to 'tmux/.tmux/common.conf')
-rw-r--r-- | tmux/.tmux/common.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tmux/.tmux/common.conf b/tmux/.tmux/common.conf index 5de73ad..72ea65b 100644 --- a/tmux/.tmux/common.conf +++ b/tmux/.tmux/common.conf @@ -7,10 +7,6 @@ bind l select-pane -R bind-key -r C-h select-window -t :- bind-key -r C-l select-window -t :+ -# act like GNU screen -unbind C-b -set -g prefix C-a - # look good set -g default-terminal "screen-256color" @@ -31,4 +27,3 @@ set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on set-option -g status-interval 1 set-option -g history-limit 10000 - |