Cleanup tmux config.
This commit is contained in:
parent
470df8a221
commit
45d54835f6
1 changed files with 0 additions and 7 deletions
|
@ -5,12 +5,10 @@ bind-key C-a send-prefix
|
||||||
|
|
||||||
# Enable OSC 52 clipboard forwarding
|
# Enable OSC 52 clipboard forwarding
|
||||||
set -g set-clipboard on
|
set -g set-clipboard on
|
||||||
set -ag terminal-overrides ',*:Ms=\E]52;c;%p2%s\7'
|
|
||||||
|
|
||||||
# Suggestions from nvim:
|
# Suggestions from nvim:
|
||||||
set-option -sg escape-time 10
|
set-option -sg escape-time 10
|
||||||
set-option -g focus-event on
|
set-option -g focus-event on
|
||||||
set-option -sa terminal-overrides 'screen-256color:RGB'
|
|
||||||
|
|
||||||
# split panes using | and -
|
# split panes using | and -
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
|
@ -50,9 +48,6 @@ set-option -g allow-rename off
|
||||||
### DESIGN CHANGES ###
|
### DESIGN CHANGES ###
|
||||||
######################
|
######################
|
||||||
|
|
||||||
set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
|
||||||
set -g status-interval 10
|
|
||||||
|
|
||||||
# loud or quiet?
|
# loud or quiet?
|
||||||
set -g visual-activity off
|
set -g visual-activity off
|
||||||
set -g visual-bell off
|
set -g visual-bell off
|
||||||
|
@ -88,7 +83,5 @@ set -g message-style 'bold'
|
||||||
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
|
||||||
|
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue