dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2d0b711cfd15553f230ff270a2c19e3c8c53902a
parent 10e3d7c2a69795f57509eb7e041fa6fd2d62e92e
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri, 20 Oct 2017 08:41:24 -0400

disable mouse

Diffstat:
Mlinks/.tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -91,7 +91,7 @@ set -g renumber-windows on # renumber remaining windows when a window is closed #set -g mouse-select-window on # mouse behavior (2.1+) -set -g mouse on +set -g mouse off #setw -g utf8 on #setw -g status-utf8 on