swap
This commit is contained in:
parent
51d3a00b6a
commit
3f001d8886
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue