diff --git a/.tmux.conf b/.tmux.conf index 86c4fe1..c86b8b9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,6 @@ set -s escape-time 0 -bind h select-pane -U +bind h select-pane -L bind j select-pane -D -bind k select-pane -L +bind k select-pane -U bind l select-pane -R