Add session switcher popup binding

This commit is contained in:
2025-06-27 11:59:47 +01:00
parent 8c92370420
commit 002c2ba9b8
2 changed files with 28 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ if -b '[ "`uname`" = "Darwin" ]' \
# Open a popup with running the default shell
bind C-t display-popup -d '#{pane_current_path}' -E '$SHELL'
# Open a popup with session creator/switcher
bind C-s display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh'
# Restore old next/previous window bindings
bind C-n next-window