From c46a352c3521224b9b10c57f186d07fb732e0718 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sun, 1 May 2022 14:40:01 +0200 Subject: [PATCH] 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 --- .config/tmux/plugins/tmux-yank | 1 + .config/tmux/tmux.conf | 1 + .gitmodules | 3 +++ 3 files changed, 5 insertions(+) create mode 160000 .config/tmux/plugins/tmux-yank diff --git a/.config/tmux/plugins/tmux-yank b/.config/tmux/plugins/tmux-yank new file mode 160000 index 0000000..1b1a436 --- /dev/null +++ b/.config/tmux/plugins/tmux-yank @@ -0,0 +1 @@ +Subproject commit 1b1a436e19f095ae8f825243dbe29800a8acd25c diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2e2368c..6bec2fc 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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' diff --git a/.gitmodules b/.gitmodules index e8573aa..54dfe35 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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