2019-10-03 10:50:19 +00:00
|
|
|
bind-key C command-prompt -p "Execute:" "new-window '%1'"
|
|
|
|
bind-key M-'"' command-prompt -p "Execute:" "split-window '%1'"
|
|
|
|
bind-key M-% command-prompt -p "Execute:" "split-window -h '%1'"
|
|
|
|
bind-key R source-file "${HOME}/.tmux.conf"
|
|
|
|
bind-key S command-prompt -p "Move to:" "swap-pane -s. -t%1 \; select-pane -t%1"
|
2021-07-01 10:44:35 +00:00
|
|
|
set-option -g base-index 1
|
|
|
|
set-option -g default-command "$SHELL"
|
2021-07-01 10:59:33 +00:00
|
|
|
set-option -g default-terminal "tmux-256color"
|
2021-07-01 10:44:35 +00:00
|
|
|
set-option -g display-panes-time 5000
|
|
|
|
set-option -g mouse on
|
|
|
|
set-option -g pane-base-index 1
|
|
|
|
set-option -g status-right ''
|
2019-10-03 10:50:19 +00:00
|
|
|
set-window-option -g xterm-keys on
|