|
|
|
@ -30,19 +30,16 @@ set -g status-left " #(~/bin/weather -p) | #(~/bin/bb -pc) | #(~/bin/water -Scr)
|
|
|
|
|
set -g status-left-length 100
|
|
|
|
|
|
|
|
|
|
# tmux auto start
|
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
|
|
|
|
|
|
|
|
|
# ressurct config
|
|
|
|
|
set -g @continuum-save-interval 10
|
|
|
|
|
set -g @resurrect-capture-pane-contents 'on'
|
|
|
|
|
set -g @resurrect-strategy-vim 'session'
|
|
|
|
|
set -g @continuum-boot 'on'
|
|
|
|
|
# set -g @plugin 'tmux-plugins/tmux-resurrect'
|
|
|
|
|
# set -g @plugin 'tmux-plugins/tmux-continuum'
|
|
|
|
|
|
|
|
|
|
# # ressurct config
|
|
|
|
|
# set -g @continuum-save-interval 10
|
|
|
|
|
# set -g @resurrect-capture-pane-contents 'on'
|
|
|
|
|
# set -g @resurrect-strategy-vim 'session'
|
|
|
|
|
# set -g @continuum-boot 'on'
|
|
|
|
|
#set -g @continuum-systemd-start-cmd 'new-session -d -s doormat'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# run tpm
|
|
|
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|
|
|
#-#-# start_of_ranger_tmux_config #-#-#
|
|
|
|
|
bind-key Bspace run-shell -b '/usr/bin/python -m ranger_tmux.drop'
|
|
|
|
|
#-#-# end_of_ranger_tmux_config #-#-#
|
|
|
|
|