From 15659c5bac16417cdece907c775359e1d5d81b42 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 25 Apr 2017 11:54:01 -0600 Subject: Updating for bottom drawer functionality --- tmux.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.config') 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 -- cgit v1.2.3