diff --git a/tmux.server.conf b/tmux.server.conf index b259be1..20fd37c 100644 --- a/tmux.server.conf +++ b/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