even more tmux

This commit is contained in:
2025-06-14 22:26:15 +02:00
parent 048b69ae13
commit 729089d8aa
8 changed files with 54 additions and 44 deletions

View File

@ -2,16 +2,7 @@ unbind r
bind r source-file ~/.tmux.conf
set -g prefix C-y
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins/'
#set -g mouse on
bind-key w select-pane -U
bind-key a select-pane -L
bind-key s select-pane -D
bind-key d select-pane -R
set -g @plugin '~/.config/tmux/plugins/tpm'
#set -g @plugin '~/.config/tmux/plugins/catppuccin-tmux'
run '~/.config/tmux/plugins/tpm'
#run '~/.config/tmux/plugins/catppuccin-tmux/catppuccin.tmux'
source-file ~/.config/tmux/tmux.conf.d/plugins.conf
source-file ~/.config/tmux/tmux.conf.d/keybinds.conf

View File

@ -0,0 +1,2 @@
set -g @catppuccin_flavor "mocha"
set -g @catppuccin_window_status_style "rounded"

View File

@ -0,0 +1,6 @@
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,9 @@
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"