| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
