diff options
author | William Carroll <wpcarro@gmail.com> | 2016-11-10T19·49-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-11-10T19·49-0500 |
commit | ccb74054beedeecd7ecade402f42ef3b3215e47d (patch) | |
tree | bf538fbda1b7f0f6acb746257b4afe384e0edc9f /configs/.tmux.conf | |
parent | bd968db34aff0d9a03b22257ec5a860d4c85946a (diff) |
Adds tmux themes; remaps <Esc> binding; and more...
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r-- | configs/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index 00e9b750b421..e3178acbf4a1 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -1,5 +1,7 @@ set -g default-terminal "screen-256color" +source-file "${HOME}/makersquare/tmux-themepack/powerline/block/green.tmuxtheme" + bind-key -r -T prefix k select-pane -U bind-key -r -T prefix j select-pane -D |