dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

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:
Mtmux/tmux-dark.conf | 3+++
Mtmux/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 {{{