aboutsummaryrefslogtreecommitdiffstats
path: root/tmux
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-31 10:18:59 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-31 10:18:59 +0100
commit30d081f3da811e7d5055d2fbcb603e025b4797a3 (patch)
tree7e5fa060febe06b2346557e67c0026326275c116 /tmux
parentbfa90c75f8c8dea9a3e17f8d65bb82c02fb84e9c (diff)
downloaddotfiles-30d081f3da811e7d5055d2fbcb603e025b4797a3.tar.gz
dotfiles-30d081f3da811e7d5055d2fbcb603e025b4797a3.zip
Add mouse interaction to tmux
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 5d37811..904bb19 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -16,7 +16,6 @@ set -g lock-after-time 0
set -g lock-command "lock -np"
set -g message-command-style fg=yellow,bg=black
set -g message-style fg=black,bg=yellow
-set -g mouse off
set -g prefix C-b
set -g prefix2 None
set -g renumber-windows off
@@ -41,3 +40,5 @@ set -g visual-bell off
set -g visual-silence off
set -g word-separators " -_@"
set -g mouse on
+set -g set-clipboard external
+bind -T root MouseUp2Pane paste \ No newline at end of file