tmux/display,mouse

This commit is contained in:
Marc Beninca 2025-01-18 00:15:17 +01:00
parent e83384d511
commit 48a9f2c458
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -4,8 +4,12 @@
rwx_tmux_setup() {
rwx_file_write "${HOME}/.tmux.conf" "\
# display duration
set -g display-time 1536
# reload configuration
bind-key r source-file ~/.tmux.conf \\; display-message '↑ .tmux.conf'
bind r source-file ~/.tmux.conf \\; display '↑ .tmux.conf'
# toggle mouse
bind t set -g mouse \\; display 'Mouse: #{mouse}'
# select sessions with Alt & ↑ | ↓
bind -n M-Down switch-client -n