Make fzf-tab use tmux popup if in tmux session #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fzf tab can be told to use any command on completion invocation. And it even comes with a premade tmux popup window wrapper for itself! Now, the script just needs to figure out if a tmux session is running and then it could invoke the popup instead of appearing the terminal window itself. More info here: https://github.com/Aloxaf/fzf-tab/wiki/Configuration .
The advantage is that, even if the completion list is very long, no text should be moved by the wayside unlike now.
Closing since I largely migrated away from tmux usage.