Cleanup of tmux options already in tmux-sensible

This commit is contained in:
coolneng 2019-06-16 07:15:14 +02:00
parent a757f0ba5a
commit fcba95a63c
1 changed files with 0 additions and 5 deletions

View File

@ -3,10 +3,6 @@ unbind C-b
set -g prefix C-x set -g prefix C-x
bind C-x send-prefix bind C-x send-prefix
## set the default TERM
set -g default-terminal "screen-256color"
set-option -ga terminal-overrides ",screen-256color:Tc"
## set terminal bell ## set terminal bell
set -g bell-action any set -g bell-action any
@ -54,7 +50,6 @@ set -g base-index 1
set -g set-titles on set -g set-titles on
set -g aggressive-resize on set -g aggressive-resize on
set-option -g set-titles-string '#{pane_current_command}' set-option -g set-titles-string '#{pane_current_command}'
set-option -g history-limit 30000
set-option -g visual-activity on set-option -g visual-activity on
set-option -g status-position bottom set-option -g status-position bottom
set-option -g renumber-windows on set-option -g renumber-windows on