From d206d0007a44cec948451fc79d7e8dd33a734e16 Mon Sep 17 00:00:00 2001 From: Harish Karumuthil Date: Thu, 4 Aug 2022 16:37:47 +0530 Subject: [PATCH] Added tmux conf --- home/.tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 home/.tmux.conf diff --git a/home/.tmux.conf b/home/.tmux.conf new file mode 100644 index 0000000..02b2cae --- /dev/null +++ b/home/.tmux.conf @@ -0,0 +1,5 @@ +setw -g mode-keys vi +set-option -g mouse on +bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" + +