mirror of
https://github.com/gpakosz/.tmux.git
synced 2025-12-05 00:40:10 +00:00
show how to display a message when toggling mouse mode, resolves #793
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user