diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-04-27 21:07:27 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-04-27 21:07:27 -0600 |
commit | 309766d94c9ef91c2d331f71c995c07c4a521c48 (patch) | |
tree | dc6f230604e72e00bd64805b8b2477b563e65bc0 /tmux.config | |
parent | 5e4f8117bec145f76b8193181338a80451114154 (diff) |
Moved drawer to tmux plugin
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.config b/tmux.config index 6fcc4b3..90e7590 100644 --- a/tmux.config +++ b/tmux.config @@ -26,8 +26,6 @@ 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 @@ -78,6 +76,7 @@ run-shell "bash ~/.tmux/check_os.sh" # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sessionist' +set -g @plugin 'thornycrackers/tmux-drawer' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' |