dotfiles

My configuration files.
Log | Files | Refs | README

commit 2e598108234f1b8c351411a628dc3b82ede5168e
parent 11351e089cdc2800ddac23cf51c1e695867cca0d
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Mon,  7 Feb 2022 14:28:44 +0100

Tmux no mouse

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

diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf @@ -8,7 +8,7 @@ unbind C-b set -sg escape-time 1 set -g base-index 1 set-window-option -g pane-base-index 1 -set -g mouse on +#set -g mouse on # easy-to-remember split pane commands bind | split-window -h