From 392bc1c49b4fc2d1bbf6f61918d4951beb8f8b7a Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 2 Jun 2022 14:45:26 +0200 Subject: [PATCH] tmux:plugs: Remove `tmux-yank` It messes with mappings I set (e.g. `MouseDragEnd1Pane`) and brings no real addition in functionality. --- .config/tmux/tmux.conf | 1 - .gitmodules | 3 --- .local/share/tmux/plugins/tmux-yank | 1 - 3 files changed, 5 deletions(-) delete mode 160000 .local/share/tmux/plugins/tmux-yank diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d3588c3..6eabb8a 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -84,7 +84,6 @@ set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'vim-tmux-navigator' diff --git a/.gitmodules b/.gitmodules index f89cab0..af3f4bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,9 +32,6 @@ [submodule "tmux-sensible"] path = .local/share/tmux/plugins/tmux-sensible url = https://github.com/tmux-plugins/tmux-sensible -[submodule "tmux-yank"] - path = .local/share/tmux/plugins/tmux-yank - url = https://github.com/tmux-plugins/tmux-yank [submodule "tpm"] path = .local/share/tmux/plugins/tpm url = https://github.com/tmux-plugins/tpm diff --git a/.local/share/tmux/plugins/tmux-yank b/.local/share/tmux/plugins/tmux-yank deleted file mode 160000 index 1b1a436..0000000 --- a/.local/share/tmux/plugins/tmux-yank +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1b1a436e19f095ae8f825243dbe29800a8acd25c