mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/share/byobu/keybindings/mouse.tmux.disable,
usr/share/byobu/keybindings/mouse.tmux.enable: LP: #1514377 - use tmux 2.1's new 'mouse' option
This commit is contained in:
parent
25b0f5c620
commit
24ac917fba
3 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (5.102) unreleased; urgency=medium
|
byobu (5.102) unreleased; urgency=medium
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/share/byobu/keybindings/mouse.tmux.disable,
|
||||||
|
usr/share/byobu/keybindings/mouse.tmux.enable: LP: #1514377
|
||||||
|
- use tmux 2.1's new 'mouse' option
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Jan 2016 08:55:27 +0200
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Jan 2016 08:55:27 +0200
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,5 @@ set -g mouse-select-pane off
|
||||||
set -g mouse-select-window off
|
set -g mouse-select-window off
|
||||||
set -g mode-mouse off
|
set -g mode-mouse off
|
||||||
set -g mouse-utf8 off
|
set -g mouse-utf8 off
|
||||||
|
set -g mouse off
|
||||||
bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.enable \; display-message "Mouse: OFF"
|
bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.enable \; display-message "Mouse: OFF"
|
||||||
|
|
|
@ -3,4 +3,5 @@ set -g mouse-select-pane on
|
||||||
set -g mouse-select-window on
|
set -g mouse-select-window on
|
||||||
set -g mode-mouse on
|
set -g mode-mouse on
|
||||||
set -g mouse-utf8 off
|
set -g mouse-utf8 off
|
||||||
|
set -g mouse on
|
||||||
bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.disable \; display-message "Mouse: ON"
|
bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.disable \; display-message "Mouse: ON"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue