diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9fd82cf..402c7ad 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,10 @@ -unbind C-b -set -g prefix C-s -bind C-s send-prefix -set -g mode-keys vi -set -g status-keys vi -set -s escape-time 0 +unbind-key C-b +set-option -g prefix C-s +bind-key C-s send-prefix + +bind -r k select-pane -U +bind -r j select-pane -D +bind -r h select-pane -L +bind -r l select-pane -R + +set-option -s escape-time 0