tmux/sessions
This commit is contained in:
parent
c651ad0c78
commit
51d3a00b6a
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ rwx_tmux_setup() {
|
|||
# reload configuration
|
||||
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
|
||||
|
||||
# empty name for windows
|
||||
set -g automatic-rename on
|
||||
set -g automatic-rename-format ''
|
||||
|
|
Loading…
Reference in a new issue