tmux-fzfを使ってwindow切り替えをできるようにする手順
目次
これはなに#
こんな感じでtmuxでwindowをfzfで切り替えられるようにするための設定方法

手順#
-
.tmux.confに以下を追記set -g @plugin 'tmux-plugins/tpm' # すでにある場合は不要 set -g @plugin 'sainnhe/tmux-fzf' bind-key "space" run-shell -b "${HOME}/.tmux/plugins/tmux-fzf/scripts/window.sh switch" # `prefix + space`で起動 run '~/.tmux/plugins/tpm/tpm' # すでにある場合は不要 -
prefix + Iでtpm経由でプラグインをインストール(prefix + iではないので注意)
Read other posts