diff --git a/sh/tmux.sh b/sh/tmux.sh index eed4da3..bb80678 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -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