From f394ec67f7508044357f853ff78509b5f2fbfe75 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 22 Jan 2024 14:41:36 +0100 Subject: [PATCH] Add tmux resurrect and continuum plugins --- dot_config/starship.toml | 1 + dot_tmux.conf.tmpl | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_config/starship.toml b/dot_config/starship.toml index 686fe96..a1fd572 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -1,3 +1,4 @@ +command_timeout = 10000 [golang] symbol = " " diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 0025a80..1a30299 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -95,8 +95,10 @@ set -g @catppuccin_directory_text "#{pane_current_path}" # List of plugins set -g @plugin 'tmux-plugins/tmux-pain-control' 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 "jlipps/tmux-safekill" +set -g @plugin 'jlipps/tmux-safekill' set -g @plugin 'catppuccin/tmux' {{- if eq .chezmoi.os "openbsd" }} set -g @plugin 'tmux-plugins/tmux-battery'