disable mouse in tmux

This commit is contained in:
cy 2024-12-03 19:25:09 -05:00
parent ffc3ebaeb2
commit 1b08f3ed53

View file

@ -1,5 +1,5 @@
set -g set-titles on set -g set-titles on
set -g mouse on set -g mouse off
unbind C-b unbind C-b
set -g prefix C-f set -g prefix C-f