diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-04-25 11:54:01 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-04-25 11:54:01 -0600 |
commit | 15659c5bac16417cdece907c775359e1d5d81b42 (patch) | |
tree | bd56a46f87300433324d303d443f4e1f21d2b8eb /tmux.config | |
parent | b31357b40b3ad7101e78366b923e22833cb649d1 (diff) |
Updating for bottom drawer functionality
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config index 8901170..594dbcf 100644 --- a/tmux.config +++ b/tmux.config @@ -26,6 +26,8 @@ bind C-p previous-window bind a set-window-option synchronize-panes # Remap zoom, sleeping tmux way too much bind C-v resize-pane -Z +# Binding for bottom drawer script +bind C-m run-shell "$HOME/.tmux/scripts/bottom_window_drawer.sh" ##################################### # Settings |