removed redundancies

This commit is contained in:
Stefen Auris 2022-12-06 00:57:03 -05:00
parent cc2cfa513f
commit 1405d9d061

View file

@ -10,7 +10,8 @@ set -g @plugin 'jaclu/tmux-menus'
# -- general
set -g xterm-keys on
set -g default-terminal "screen-256color"
# set -g default-terminal "screen-256color"
# provided by tmux-sensible
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
@ -36,8 +37,6 @@ setw -g automatic-rename on
set -g renumber-windows on
set -g set-titles on
set -g display-panes-time 800
set -g display-time 1000
set -g status-interval 10
# set mouse on with prefix m
bind m \
@ -58,8 +57,8 @@ run-shell "$HOME/.tmux/plugins/tmux-power/tmux-power.tmux"
#Pain Control
run-shell "$HOME/.tmux/plugins/tmux-pain-control/pain_control.tmux"
##File for Local Overrides, if needed
if-shell "[ -f ~/.tmux_local.conf ]" 'source ~/.tmux_local.conf'
#init tmux plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
##File for Local Overrides, if needed
if-shell "[ -f ~/.tmux_local.conf ]" 'source ~/.tmux_local.conf'