|
|
|
@ -7,6 +7,9 @@ set -g history-limit 10000
|
|
|
|
|
# Set display time to be longer to allow selecting
|
|
|
|
|
set -g display-panes-time 5000
|
|
|
|
|
|
|
|
|
|
# fix headless issue hopefully
|
|
|
|
|
set-window-option -g aggressive-resize
|
|
|
|
|
|
|
|
|
|
# setting up TPM
|
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
|
|
@ -16,9 +19,8 @@ set -g @plugin 'thewtex/tmux-mem-cpu-load'
|
|
|
|
|
|
|
|
|
|
# status config
|
|
|
|
|
set -g status-interval 1
|
|
|
|
|
set -g status-left "#[bg=black]#(~/.tmux/plugins/tmux-mem-cpu-load/tmux-mem-cpu-load -p -i 1 -a 1)#[default]"
|
|
|
|
|
set -g status-left-length 60
|
|
|
|
|
set -g status-right 'Continuum: #{continuum_status}'
|
|
|
|
|
set -g status-right "#[bg=black]#(~/.tmux/plugins/tmux-mem-cpu-load/tmux-mem-cpu-load -p -i 1 -a 1)#[default] %a %l:%M "
|
|
|
|
|
set -g status-right-length 100
|
|
|
|
|
# tmux auto start
|
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
|
|
|
@ -26,8 +28,10 @@ set -g @plugin 'tmux-plugins/tmux-continuum'
|
|
|
|
|
# ressurct config
|
|
|
|
|
set -g @continuum-save-interval 5
|
|
|
|
|
set -g @continuum-boot 'on'
|
|
|
|
|
set -g @continuum-restore 'on'
|
|
|
|
|
set -g @resurrect-capture-pane-contents 'on'
|
|
|
|
|
|
|
|
|
|
# run tpm
|
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|
|
|
#-#-# start_of_ranger_tmux_config #-#-#
|
|
|
|
|
bind-key Bspace run-shell -b '/usr/bin/python3 -m ranger_tmux.drop'
|
|
|
|
|
#-#-# end_of_ranger_tmux_config #-#-#
|
|
|
|
|