fix autopwd for tmux server

master
Arne Schauf 8 years ago
parent 75a72519af
commit 1f8cd37e62
  1. 3
      tmux.server.conf

@ -9,6 +9,9 @@ set -g prefix C-s
bind s send-prefix
bind-key C-s last-window
# new window with current pwd
bind c new-window -c "#{pane_current_path}"
# basic settings
set -g history-limit 30000
set-option -g default-shell /usr/bin/zsh

Loading…
Cancel
Save