diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 53c62b933adefb98a0884a61a9254fb887067745 (patch) | |
| tree | 12128b892a79e471842d706a706a97570a5d9d32 /.config/tmux | |
| parent | 1acc226a2f0902dfd8089c59cab33e02df18f715 (diff) | |
.
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 35cf423..ac1290f 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,7 +1,5 @@ -set-option -sa terminal-overrides ",xterm*:Tc" - unbind C-b -set -g prefix C-s +set -g prefix C-a bind v split-window -v -c "#{pane_current_path}" bind h split-window -h -c "#{pane_current_path}" @@ -9,6 +7,7 @@ bind h split-window -h -c "#{pane_current_path}" set -g @plugin "tmux-plugins/tpm" set -g @plugin "tmux-plugins/tmux-sensible" set -g @plugin "christoomey/vim-tmux-navigator" -set -g @plugin 'maxpetretta/tmux-monokai-pro' +set -g @plugin "catppuccin/tmux" +set -g @catppuccin_flavour "macchiato" run "~/.tmux/plugins/tpm/tpm" |
