# Prefix set-option -g prefix C-z unbind-key C-b bind C-t send-prefix # show the status set -g status on # split window bind _ split-window -v -c "#{pane_current_path}" bind | split-window -h -c "#{pane_current_path}" # Option set-window-option -g mode-keys vi # renumber window set-option -g renumber-windows on # rename the window set-option -g allow-rename on # start at 1 set-option -g base-index 1