| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-22 | Do not unset FZF_DEFAULT_* variables when using winpty | Junegunn Choi | |
| Fix #4497 Fix #4400 | |||
| 2025-04-22 | Revert "Disable tmux popup when already running inside one (#4351)" | Junegunn Choi | |
| This reverts commit af8fe918d863b18160390a79cbf957ee28dead56. Fix #4360 Fix #4359 | |||
| 2025-04-20 | Add --tty-default=/dev/tty and --no-tty-default option (#4352) | Junegunn Choi | |
| Fix #4242. Use --no-tty-default, if you want fzf to perform a TTY look-up instead of defaulting to /dev/tty. | |||
| 2025-04-18 | Disable tmux popup when already running inside one (#4351) | Pierre Guinoiseau | |
| 2025-03-10 | Nullify unwanted FZF_DEFAULT_* variables in tmux popup | Junegunn Choi | |
| Fix #4298 | |||
| 2025-02-26 | Remove temp files before 'become' when using --tmux option | Junegunn Choi | |
| Close #4283 But the temp files for the `f` flags in the 'become' template will not be removed, because we will need them after "becoming" another program. e.g. fzf --bind 'enter:become:cat {f}' | |||
| 2024-09-29 | --tmux: Export bash functions | Junegunn Choi | |
| Fix #4001 | |||
| 2024-05-29 | Pass-through error message from 'tmux display-popup' | Junegunn Choi | |
| fzf --tmux 9999 # height too large | |||
| 2024-05-28 | [vim] Native --tmux fix for Neovim | Junegunn Choi | |
| 2024-05-23 | execute: Open separate handles to /dev/tty (in, out, err) | Junegunn Choi | |
| # This will no longer cause 'Vim: Warning: Output is not to a terminal' fzf --bind 'enter:execute:vim {}' > /tmp/foo | |||
| 2024-05-22 | proxy: Pass SIGINT to the child fzf | Junegunn Choi | |
| 2024-05-22 | Ignore SIGINT when running as proxy | Junegunn Choi | |
| 2024-05-21 | Embed man page in the binary and show it on 'fzf --man' | Junegunn Choi | |
| 2024-05-20 | Use winpty to launch fzf in Git bash (mintty) | Junegunn Choi | |
| Close #3806 Known limitation: * --height cannot be used | |||
