tmux:plugs: Remove tmux-yank

It messes with mappings I set (e.g. `MouseDragEnd1Pane`) and brings no
real addition in functionality.
This commit is contained in:
2022-06-02 14:45:26 +02:00
parent ab7b10eb20
commit 392bc1c49b
3 changed files with 0 additions and 5 deletions

View File

@@ -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'

3
.gitmodules vendored
View File

@@ -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