Преглед на файлове

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

Lucas Stadler преди 12 години
родител
ревизия
39c135c07a
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .tmux.conf

+ 2 - 0
.tmux.conf

@ -26,6 +26,8 @@ setw -g window-status-current-format '#[bg=white,fg=black]⮀ #W #[bg=black,fg=w
26 26
set -g status off
27 27
bind-key f set -g status
28 28
29
bind-key c neww -c "#{pane_current_path}"
30
29 31
bind-key -n F1 select-window -t 0
30 32
bind-key -n F2 select-window -t 1
31 33
bind-key -n F3 select-window -t 2