From 50c2a410b33fa6673fc3fc6214c9a72a7e374e82 Mon Sep 17 00:00:00 2001 From: murgi Date: Fri, 7 Oct 2022 08:32:37 +0200 Subject: [PATCH] Remove tmux-open --- tmux/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f76bad9..3dbadc8 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -76,7 +76,8 @@ set -sg escape-time 10 # List of plugins set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-open' +# Does not work on servers without GUI +#set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'jimeh/tmux-themepack' set -g @themepack 'powerline/double/blue'