Add tmux-sessionizer.

This commit is contained in:
Sebastian Bugge 2025-07-14 17:16:06 +02:00
parent e97fef8036
commit 24582b2cf9
3 changed files with 32 additions and 0 deletions

View file

@ -13,6 +13,7 @@ bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
bind-key -r f run-shell "tmux neww ~/.local/bin/tmux-sessionizer"
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf \; display 'Reloaded tmux config!'