tmux: Add tmux-yank

[tmux-yank][1]:

> Tmux plugin for copying to system clipboard. Works on OSX, Linux and
> Cygwin.

[1]: https://github.com/tmux-plugins/tmux-yank
This commit is contained in:
2022-05-01 14:40:01 +02:00
parent a3ec1a7a35
commit c46a352c35
3 changed files with 5 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ 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,6 +32,9 @@
[submodule "tmux-sensible"]
path = .config/tmux/plugins/tmux-sensible
url = https://github.com/tmux-plugins/tmux-sensible
[submodule "tmux-yank"]
path = .config/tmux/plugins/tmux-yank
url = https://github.com/tmux-plugins/tmux-yank
[submodule "tpm"]
path = .config/tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm