Rename set to set-option
This commit is contained in:
parent
fa23fcfc7d
commit
8a1b75ac03
1 changed files with 7 additions and 7 deletions
|
@ -3,11 +3,11 @@ 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"
|
||||
set -g base-index 1
|
||||
set -g default-command "$SHELL"
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g display-panes-time 5000
|
||||
set -g mouse on
|
||||
set -g pane-base-index 1
|
||||
set -g status-right ''
|
||||
set-option -g base-index 1
|
||||
set-option -g default-command "$SHELL"
|
||||
set-option -g default-terminal "screen-256color"
|
||||
set-option -g display-panes-time 5000
|
||||
set-option -g mouse on
|
||||
set-option -g pane-base-index 1
|
||||
set-option -g status-right ''
|
||||
set-window-option -g xterm-keys on
|
||||
|
|
Loading…
Reference in a new issue