diff options
author | William Carroll <wpcarro@gmail.com> | 2016-08-26T21·01-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-08-26T21·01-0400 |
commit | 7e76ce2e34b0414b9187c3cebf29a967e32e9ae3 (patch) | |
tree | e564324a6d7915d4497ceec3b4fe26ed67034f97 /configs | |
parent | 9b5e7351cfe38471546b37bf15df56397ca085f1 (diff) |
Extends tmux support and vim configs
Diffstat (limited to 'configs')
-rw-r--r-- | configs/.tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index 04b210c12f55..45ef0596ed81 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -1,5 +1,4 @@ set -g default-terminal "screen-256color" -set -g mouse on bind-key -r -T prefix k select-pane -U bind-key -r -T prefix j select-pane -D |