Merge main into zephyrus
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
@theme "catppuccin-default"
|
@theme "catppuccin-default"
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
|
run-command: "uwsm app -- {cmd}";
|
||||||
|
run-shell-command: "uwsm app -- {terminal} -e {cmd}";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
|
||||||
|
set -g @continuum-save-interval '5'
|
||||||
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# Faster escape sequences (better for Vim/Neovim)
|
# 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-border-style "fg=colour238"
|
||||||
set -g pane-active-border-style "fg=colour208"
|
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'
|
run '/usr/share/tmux-plugin-manager/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user