From c3b9a5202c67de20280e6a638feb8973f2476349 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:29:44 +0100 Subject: [PATCH] added more comments --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 7f1ef5f..04e5e24 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -62,7 +62,10 @@ set-option -sa terminal-overrides ',kitty:Tc' set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # underscore colours - needs tmux-3.0 +# Tmux plugin to handle tmux plugins set -g @plugin 'tmux-plugins/tpm' +# Tmux plugin to navigate easily between session set -g @plugin 'tmux-plugins/tmux-sessionist' +# Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'