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