Rename custom-tmux-sessionizer

This commit is contained in:
Oliver Davies 2024-12-15 10:16:25 +00:00
parent 4185013014
commit 8e599c2ffd
5 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@ in
set-option -g pane-active-border-style "fg=#1f2335"
set-option -g pane-border-style "fg=#1f2335"
bind-key -r f run-shell "tmux new-window custom-tmux-sessionizer"
bind-key -r f run-shell "tmux new-window tmux-sessionizer"
if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
'';