logo

dotfiles

My dotfiles, one branch per machine
commit: 27a1869a70085629faadbb4143b8d47f07200fc4
parent: 5b108d161527fc35bdcce910e9d43f27092aca85
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 30 Aug 2019 14:25:48 +0200

.tmux.conf: Sync with external clipboard

Diffstat:

M.tmux.conf2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -10,6 +10,8 @@ set -g status-right-length 70 set -g base-index 1 +set -g set-clipboard external + bind-key -n M-q kill-pane \; select-layout bind-key -n M-n split-window \; select-layout