maybe tmux is back

This commit is contained in:
2025-06-14 23:25:03 +02:00
parent 0a8339129f
commit bfa1112228
8 changed files with 25 additions and 35 deletions

6
.config/tmux/tmux.conf Normal file
View File

@ -0,0 +1,6 @@
bind r source-file ~/.tmux.conf \; display "Reloaded tmux config";
set -g prefix C-y
source-file ~/.config/tmux/tmux.conf.d/plugins.conf
source-file ~/.config/tmux/tmux.conf.d/keybinds.conf

View File

@ -0,0 +1,5 @@
bind-key w select-pane -U
bind-key a select-pane -L
bind-key s select-pane -D
bind-key d select-pane -R
bind-key c detach

View File

@ -0,0 +1,8 @@
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavor "macchiato"
set -g @catppuccin_window_status_style "rounded"
#source-file '~/.config/tmux/tmux.conf.d/catppuccin.conf'
run "~/.tmux/plugins/tpm/tpm"