diff --git a/tmux.conf b/tmux.conf index 9f72b76..2bd7c18 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,10 +3,10 @@ set -g default-terminal 'screen-256color' # act like vim setw -g mode-keys vi -bind h select-pane -L -bind j select-pane -D -bind k select-pane -U -bind l select-pane -R +bind-key h select-pane -L +bind-key j select-pane -D +bind-key k select-pane -U +bind-key l select-pane -R bind-key -r C-h select-window -t :- bind-key -r C-l select-window -t :+