config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 148ebbe64e50a5e2a8601f0954aa6626abacf336
parent 69c06aa90ebd4bef31b2457958167ad6e169bc5a
Author: dwrz <dwrz@dwrz.net>
Date:   Tue,  6 Dec 2022 19:58:13 +0000

Add tmux conf

Diffstat:
Atmux/tmux.conf | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -0,0 +1,6 @@ +set -g history-limit 32767 +set -g mouse on +set -g status-right "" +set -g default-terminal "xterm-256color" + +bind-key -T copy-mode MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i"