commit 247cb116c5036772dd3a2985c3c63da25d969dc6 parent 784254d093b0a0e874cd38b64eadaed86de9d88d Author: Alex Balgavy <a.balgavy@gmail.com> Date: Tue, 27 Oct 2020 11:37:43 +0100 tmux: add mapping to sync clipboard to system Former-commit-id: eb5e2ba8c852a88448f0caa068866c44be46915e Diffstat:
M | tmux/tmux-dark.conf | | | 3 | +++ |
M | tmux/tmux-light.conf | | | 3 | +++ |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf @@ -56,6 +56,9 @@ bind C-d detach-client # Create a new session bind C new-session + +# Tmux clipboard to system clipboard +bind Y run-shell "tmux show-buffer | clc" \; display-message "Tmux clipboard -> System clipboard" # }}} # Windows {{{ diff --git a/tmux/tmux-light.conf b/tmux/tmux-light.conf @@ -54,6 +54,9 @@ bind C-d detach-client # Create a new session bind C new-session + +# Tmux clipboard to system clipboard +bind Y run-shell "tmux show-buffer | clc" \; display-message "Tmux clipboard -> System clipboard" # }}} # Windows {{{