Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not opening in tmux pane #296

Closed
3 of 9 tasks
bodhy opened this issue Jan 24, 2017 · 4 comments
Closed
3 of 9 tasks

Not opening in tmux pane #296

bodhy opened this issue Jan 24, 2017 · 4 comments

Comments

@bodhy
Copy link

bodhy commented Jan 24, 2017

  • Category
    • Question
    • Bug
    • Suggestion
  • OS
    • Linux
    • macOS
    • Windows
    • Etc.
  • Vim
    • Vim
    • Neovim

Do I need to specify somewhere that it should open fzf in a tmux pane because it won't work automatically. It does work in the shell (zsh) when I specify export FZF_TMUX=1. I also tried it without my tmux configuration but it still didn't show.

@junegunn
Copy link
Owner

The latest version of fzf plugin prefers using --height instead of using tmux pane. Can you explain why you prefer the old behavior?

@junegunn
Copy link
Owner

I updated the vim plugin to respect let g:fzf_prefer_tmux = 1 (it was originally only used in Neovim context) to choose fzf-tmux over --height.

@bodhy
Copy link
Author

bodhy commented Jan 29, 2017

I was just curious why is suddenly didn't work anymore; I thought I broke it or something. It's nice to use tmux's panes but it isn't a necessity.

@dsh2
Copy link
Contributor

dsh2 commented May 24, 2017

One reason might be to be able to use tmux's window management functions. For instance, if you want to toggle the zoom state of the fzf pane. For me, this becomes in particular useful when fuzzing over structured date, like csv.

I know about the option " --nth=N[,..]", but if I am not mistaken, it only limits the search scope, i.e. it is not possible in the query to refer to a particular field - which would be ULTRA AWESOME.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants