set-option -g mouse on
set-option -g history-limit 102400
set-option -g base-index 1
set-option -g renumber-windows on
bind-key '"' split-window -v -c '#{pane_current_path}'
bind-key % split-window -h -c '#{pane_current_path}'
bind-key c new-window -c '#{pane_current_path}'