diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8fe9292..ab7240b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -110,7 +110,7 @@ set -g @resurrect-processes 'ssh nvim man less tail btop htop vi vim' # space se TMUX_FZF_SESSION_FORMAT="#{session_windows} windows" TMUX_FZF_MENU=\ -"switch session\n#'{$HOME}/.config/tmux/plugins/tmux-fzf/scripts/session.sh' switch\n"\ -"rename window\n#{$HOME}/.config/tmux/plugins/tmux\-fzf/scripts/window.sh rename\n" +"switch session\n$HOME/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch\n"\ +"rename window\n$HOME/.config/tmux/plugins/tmux-fzf/scripts/window.sh rename\n" run '~/.config/tmux/plugins/tpm/tpm'