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:
@@ -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-prefix-highlight'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'vim-tmux-navigator'
|
set -g @plugin 'vim-tmux-navigator'
|
||||||
|
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -32,9 +32,6 @@
|
|||||||
[submodule "tmux-sensible"]
|
[submodule "tmux-sensible"]
|
||||||
path = .local/share/tmux/plugins/tmux-sensible
|
path = .local/share/tmux/plugins/tmux-sensible
|
||||||
url = https://github.com/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"]
|
[submodule "tpm"]
|
||||||
path = .local/share/tmux/plugins/tpm
|
path = .local/share/tmux/plugins/tpm
|
||||||
url = https://github.com/tmux-plugins/tpm
|
url = https://github.com/tmux-plugins/tpm
|
||||||
|
|||||||
Submodule .local/share/tmux/plugins/tmux-yank deleted from 1b1a436e19
Reference in New Issue
Block a user