diff options
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |