Compare commits

..

2 Commits

Author SHA1 Message Date
002c2ba9b8 Add session switcher popup binding 2025-06-27 12:16:02 +01:00
8c92370420 Move theme into separate file 2025-06-27 12:14:00 +01:00

View File

@@ -65,7 +65,7 @@ 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 -T 'Session' -B -E '~/.config/tmux/session.sh'
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