From 6a070dbba8a39c9e54027d72f9ac9bdc6f1d7177 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Sun, 22 Sep 2024 21:09:57 +0200 Subject: [PATCH] tmux: add navigation plugins --- dot_config/tmux/tmux.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 534efa6..79ea785 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -5,10 +5,17 @@ setw -g pane-base-index 1 set -g default-terminal "xterm-256color" set-option -ga terminal-overrides ",xterm-256color:Tc" -set -g @plugin 'catppuccin/tmux' +# tmp defaults set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +# plugins +set -g @plugin 'catppuccin/tmux' +set -g @plugin 'jabirali/tmux-tilish' +set -g @plugin 'sunaku/tmux-navigate' + +# Plugin options. +set -g @tilish-navigate 'on' set -g @catppuccin_flavor 'macchiato' run '~/.local/share/tmux/plugins/tpm/tpm'