sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I create a key binding to go right into fzf session attach?

axelson opened this issue · comments

I switch session a bunch and I'd like to be able to hit a single key binding to go right into choosing a session to switch to. It looks like right now I need to:

  1. prefix+F
  2. session
  3. attach
  4. Type session name/prefix

So instead I'd like to skip steps 2 and 3 (for this custom keybinding). Is that possible? I cannot find out how from looking at the documentation.

Thanks! That works great!