Add tmux resurrect and continuum plugins
This commit is contained in:
parent
679b0687d4
commit
f394ec67f7
@ -1,3 +1,4 @@
|
|||||||
|
command_timeout = 10000
|
||||||
|
|
||||||
[golang]
|
[golang]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
@ -95,8 +95,10 @@ set -g @catppuccin_directory_text "#{pane_current_path}"
|
|||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||||
set -g @plugin 'tmux-plugins/tmux-logging'
|
set -g @plugin 'tmux-plugins/tmux-logging'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
set -g @plugin 'olimorris/tmux-pomodoro-plus'
|
set -g @plugin 'olimorris/tmux-pomodoro-plus'
|
||||||
set -g @plugin "jlipps/tmux-safekill"
|
set -g @plugin 'jlipps/tmux-safekill'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
{{- if eq .chezmoi.os "openbsd" }}
|
{{- if eq .chezmoi.os "openbsd" }}
|
||||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||||
|
Loading…
Reference in New Issue
Block a user