diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-09-10 20:02:00 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-09-10 20:02:00 +0530 |
| commit | c7ffe6ea3a6eb26e88033180f7014258b1495a1d (patch) | |
| tree | 876292802b8a8aa5a5edf0c607c2bbbbe04dbc17 | |
| parent | 28d704a9c6b517ae68f81c1169aa7e7059ec84c6 (diff) | |
tmux: use catppuccin theme
| -rw-r--r-- | .config/tmux/tmux.conf | 11 |
1 files 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' |
