aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index def47ff..0510dbc 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -8,6 +8,7 @@ set -g prefix C-a
bind-key f run-shell ~/.local/bin/tmux-sessionizer
bind-key F run-shell ~/.local/bin/tmux-sessions
bind-key e new-window -Sn nvim nvim
+bind-key s display-popup -E spt
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'