From 52d9fc29d33a2d2b2e759b321e1fafd6cff9c8b5 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Tue, 19 Apr 2022 15:43:16 +0200 Subject: [PATCH] Remove old tmux configs --- tmux/tmux.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index aa75c7d..96aafd4 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -16,11 +16,6 @@ set -g mouse on bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M bind -n WheelDownPane select-pane -t= \; send-keys -M -set -g mouse-select-window on -set -g mouse-select-pane on -set -g mouse-resize-pane on - - # Bigger history set -g history-limit 10000