diff options
| author | Ben Beltran <ben@freshout.us> | 2013-08-08 08:15:51 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-08-08 08:15:51 -0500 |
| commit | e970b41c2a8ffe89dc5581c2372badd766435552 (patch) | |
| tree | c85483fd5d6a7d2ed2cf5eccf09d90703aaa11db /tmux.conf | |
| parent | 578285954ffe2c5916dd52ba6817ab1b45655655 (diff) | |
Updates tmux 4 vimbindings, and zshrc 4 node bins
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" |