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 cd4fe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit cd4fe32

Please sign in to comment.