fix fzf custom menu entry

This commit is contained in:
2024-11-05 15:45:03 -05:00
parent a23d432dbb
commit 2ce5a7d582
+2 -2
View File
@@ -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_SESSION_FORMAT="#{session_windows} windows"
TMUX_FZF_MENU=\ TMUX_FZF_MENU=\
"switch session\n#'{$HOME}/.config/tmux/plugins/tmux-fzf/scripts/session.sh' switch\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" "rename window\n$HOME/.config/tmux/plugins/tmux-fzf/scripts/window.sh rename\n"
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'