Interested in using kitty in the same way fzf-tmux works #2760
-
Hi! I'm looking at ways to use kitty, as a replacement, in many ways, to tmux. One thing that tmux allows, which is so helpful (and fzf-tmux makes possible) is.. fzf in a quick pane. Kitty has something similar, in way of different types of targets for kitty, one being an overlay, which is a "quick" full size popup. So, my question is, has anyone gotten fzf-tmux-like functionality via kitty and it's overlay launch type? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This works on my Mac. It works both in a pipeline (>ls | fzf-kitty) and not (>fzf-kitty). It involves two scripts. The first is _fzf-kitty-to, which is for the fzf-kitty script to call:
And the actual fzf-kitty script:
|
Beta Was this translation helpful? Give feedback.
This works on my Mac. It works both in a pipeline (>ls | fzf-kitty) and not (>fzf-kitty). It involves two scripts.
The first is _fzf-kitty-to, which is for the fzf-kitty script to call:
And the actual fzf-kitty script: