This commit is contained in:
Marc Beninca 2025-01-17 15:39:07 +01:00
parent 51d3a00b6a
commit 3f001d8886
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -8,8 +8,8 @@ rwx_tmux_setup() {
bind-key r source-file ~/.tmux.conf \\; display-message '↑ .tmux.conf'
# select sessions with Alt & ↑ | ↓
bind -n M-Down switch-client -p
bind -n M-Up switch-client -n
bind -n M-Down switch-client -n
bind -n M-Up switch-client -p
# empty name for windows
set -g automatic-rename on