From c7ffe6ea3a6eb26e88033180f7014258b1495a1d Mon Sep 17 00:00:00 2001 From: krolxon Date: Wed, 10 Sep 2025 20:02:00 +0530 Subject: [PATCH] tmux: use catppuccin theme --- .config/tmux/tmux.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 37119fc..fc2c965 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -21,7 +21,7 @@ bind r source-file ~/.config/tmux/tmux.conf; # setw -g mode-keys vi set-window-option -g mode-keys vi bind -T copy-mode-vi v send-keys -X begin-selection -bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard' +bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'wl-copy' # # Remapping movement keys bind h select-pane -L # Move focus to pane on the left @@ -40,8 +40,15 @@ bind -r C-j resize-pane -D 5 bind -r C-k resize-pane -U 5 bind -r C-l resize-pane -R 5 + + # TPM ## Setup: git clone https://github.com/tmux-plugins/tpm plugins/tpm set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'fabioluciano/tmux-tokyo-night' +# set -g @plugin 'fabioluciano/tmux-tokyo-night' + +# Configure the catppuccin plugin +set -g @catppuccin_flavor "mocha" +set -g @catppuccin_window_status_style "rounded" +set -g @plugin 'catppuccin/tmux' run '~/.config/tmux/plugins/tpm/tpm'