Some updates

This commit is contained in:
2025-07-27 18:21:53 -04:00
parent b9d6cf67ce
commit c93a2211b3
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
@theme "catppuccin-default"
configuration {
run-command: "uwsm app -- {cmd}";
run-shell-command: "uwsm app -- {terminal} -e {cmd}";
}

View File

@@ -1,6 +1,9 @@
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @continuum-save-interval '5'
set -g @continuum-restore 'on'
set -g mouse on
# Faster escape sequences (better for Vim/Neovim)
@@ -32,7 +35,4 @@ setw -g window-status-format " #I:#W#F "
set -g pane-border-style "fg=colour238"
set -g pane-active-border-style "fg=colour208"
set -g @continuum-save-interval '5'
set -g @continuum-restore 'on'
run '/usr/share/tmux-plugin-manager/tpm'