aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commit2bc298723af1360491c63ca55e846820ce65ddbc (patch)
treebae8bd45eae7b6005d0c2dedfd67d193f8d1911a /.config/tmux/tmux.conf
parent3879ed1da24b4f86c975f167c4ed5103762c7c76 (diff)
ASDASDASDASD
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index ac1290f..d60285a 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -1,5 +1,6 @@
unbind C-b
set -g prefix C-a
+set -g status off
bind v split-window -v -c "#{pane_current_path}"
bind h split-window -h -c "#{pane_current_path}"
@@ -7,7 +8,5 @@ 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 "catppuccin/tmux"
-set -g @catppuccin_flavour "macchiato"
run "~/.tmux/plugins/tpm/tpm"