From 13f58a8870d160d5afeae2b941e4a1504a49d3e3 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Fri, 3 Oct 2014 17:45:31 +0200 Subject: [PATCH] Remove all mouse-related options --- CHANGELOG.md | 1 + README.md | 5 ----- sensible.tmux | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ae4fc..b6f29f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### master - bugfix: prevent exiting tmux if 'reattach-to-user-namespace' is not installed +- remove all mouse-related options ### v1.1.0, 2014-08-30 - bugfix: determine the default shell from the $SHELL env var on OS X diff --git a/README.md b/README.md index acff078..13672d9 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,6 @@ Inspired by [vim-sensible](https://github.com/tpope/vim-sensible). # upgrade $TERM set -g default-terminal "screen-256color" - # enable mouse features for terminals that support it - set -g mouse-resize-pane on - set -g mouse-select-pane on - set -g mouse-select-window on - # emacs key bindings in tmux command prompt (prefix + :) are better than # vi keys, even for vim users set -g status-keys emacs diff --git a/sensible.tmux b/sensible.tmux index a834e7a..1ff9944 100755 --- a/sensible.tmux +++ b/sensible.tmux @@ -96,11 +96,6 @@ main() { tmux set-option -g default-terminal "screen-256color" fi - # enable mouse features for terminals that support it - tmux set-option -g mouse-resize-pane on - tmux set-option -g mouse-select-pane on - tmux set-option -g mouse-select-window on - # emacs key bindings in tmux command prompt (prefix + :) are better than # vi keys, even for vim users tmux set-option -g status-keys emacs