diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 1cf2c02..5e2f4c9 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -101,6 +101,7 @@ set -g @resurrect-processes 'vi vim nvim man "~pnpm dev->pnpm dev *"' TMUX_FZF_LAUNCH_KEY="w" TMUX_FZF_OPTIONS="-p -w 80% -h 60% -m" -# Tmux Managment -bind-key "f" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch" -bind-key "F" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch" +# Tmux Management +set -g @session-wizard 'f' +bind-key "F" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch" +# bind-key "F" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch"