From 2bc2be11937065afef1ffb4e619849a36d1d77cb Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Tue, 14 May 2019 17:42:44 +0300 Subject: [PATCH] removed url-view from .tmux.conf --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 703a51b..82a0f92 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -179,7 +179,6 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-copycat' -set -g @plugin 'tmux-plugins/tmux-urlview' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum'