Skip to content

Commit

Permalink
Make mouse toggle message easier to see
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Dec 1, 2023
1 parent a17a4fc commit d900b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ set-option -s escape-time 10
# constantly having to shift-click just to copy text.
# https://stackoverflow.com/a/65153140/406224
# Key bindings: ctrl-a ctrl-m
bind-key c-M set-option -g mouse \; display-message 'Mouse #{?mouse,on,off}'
bind-key c-M set-option -g mouse \; display-message '🐭 Mouse #{?mouse,on,off}'
bind-key c-P display-popup -E "tmux new-session -A -s scratch"
Expand All @@ -116,4 +116,4 @@ if "test ! -d ~/.tmux/plugins/tpm" \
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
set-option -g status-right '#H'
set-option -g status-right "#{?mouse,🐭,} #H"

0 comments on commit d900b9b

Please sign in to comment.