This file is indexed.

/usr/share/byobu/keybindings/mouse.tmux.disable is in byobu 5.106-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
# New, as of tmux 2.1
set -g mouse on
set -g mouse-utf8 on
# Old, before tmux 2.1
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
set -g mode-mouse on
bind-key -n M-F12 source $BYOBU_PREFIX/share/byobu/keybindings/mouse.tmux.enable \; display-message "Mouse: OFF"