diff options
author | William Carroll <wpcarro@gmail.com> | 2016-08-15T15·14-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-08-15T15·14-0400 |
commit | 4563550969467223f422df1eda9c15165d24607c (patch) | |
tree | cbdf9570a5ffa0176e79eff3df63690cfa443624 /configs/.tmux.conf | |
parent | 6021ad31941203dafc2abd643a98fb549b620c6a (diff) |
Trims fat and renames files
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r-- | configs/.tmux.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf new file mode 100644 index 000000000000..5ef3765e86ab --- /dev/null +++ b/configs/.tmux.conf @@ -0,0 +1,7 @@ +set -g default-terminal "screen-256color" + +bind-key -r -T prefix k select-pane -U +bind-key -r -T prefix j select-pane -D +bind-key -r -T prefix h select-pane -L +bind-key -r -T prefix l select-pane -R + |