show how to display a message when toggling mouse mode, resolves #793

This commit is contained in:
Gregory Pakosz
2025-08-10 10:58:33 +02:00
parent 0ca3abb46c
commit 23f6e11e65

View File

@@ -404,6 +404,9 @@ tmux_conf_urlscan_options="--compact --dedupe"
# if you don't want Oh my tmux! to alter a binding or a setting, use #!important
# bind c new-window -c '#{pane_current_path}' #!important
# display a message after toggling mouse support
bind m run "cut -c3- '#{TMUX_CONF}' | sh -s _toggle_mouse" \; display 'mouse #{?#{mouse},on,off}'
# move status line to top
#set -g status-position top