Просмотр исходного кода

~/.tmux.conf: keep old "default-path" behaviour.

Lucas Stadler лет назад: 12
Родитель
Сommit
39c135c07a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .tmux.conf

+ 2 - 0
.tmux.conf

26
set -g status off
26
set -g status off
27
bind-key f set -g status
27
bind-key f set -g status
28
28
29
bind-key c neww -c "#{pane_current_path}"
30
29
bind-key -n F1 select-window -t 0
31
bind-key -n F1 select-window -t 0
30
bind-key -n F2 select-window -t 1
32
bind-key -n F2 select-window -t 1
31
bind-key -n F3 select-window -t 2
33
bind-key -n F3 select-window -t 2