From 4a9d186b7e3682dfe0654edf7f79d47ee3dfb2fe Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:28:26 +0100 Subject: [PATCH] removed tokyonight tmux plugin --- tmux/tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 97fa7f9..7f1ef5f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -62,8 +62,6 @@ 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 plugins -set -g @plugin "janoamaral/tokyo-night-tmux" set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sessionist'