Disable mouse support in tmux

When enabled then pasting with the mouse does not work.
This commit is contained in:
Daniel - 2018-09-22 10:46:46 +02:00
parent f68a0e1ac4
commit 297ed41d86
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ set -sg escape-time 0
set -g history-limit 30000
setw -g mouse on
setw -g mouse off
set -g display-time 2000