Browse Source

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

Lucas Stadler 12 years ago
parent
commit
39c135c07a
1 changed files with 2 additions and 0 deletions
  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