X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/24873310b30e1bd2ef7087a559a667532009b4c1..93da0d62fe481a91bd289cefca008c81d74f3b6c:/tmux.conf diff --git a/tmux.conf b/tmux.conf index 33db53a..968a1d8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,6 +35,10 @@ set -g visual-activity on # Vi keys in copy mode. setw -g mode-keys vi +bind -r k run-shell 'tmux select-pane -U' +bind -r j run-shell 'tmux select-pane -D' +bind -r h run-shell 'tmux select-pane -L' +bind -r l run-shell 'tmux select-pane -R' # Set color mode. set -g default-terminal "screen-256color"