aboutsummaryrefslogtreecommitdiff
path: root/tmux.config
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.config')
-rw-r--r--tmux.config3
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'