summaryrefslogtreecommitdiff
path: root/src/proxy.go
AgeCommit message (Collapse)Author
2025-08-22Do not unset FZF_DEFAULT_* variables when using winptyJunegunn Choi
Fix #4497 Fix #4400
2025-04-22Revert "Disable tmux popup when already running inside one (#4351)"Junegunn Choi
This reverts commit af8fe918d863b18160390a79cbf957ee28dead56. Fix #4360 Fix #4359
2025-04-20Add --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-18Disable tmux popup when already running inside one (#4351)Pierre Guinoiseau
2025-03-10Nullify unwanted FZF_DEFAULT_* variables in tmux popupJunegunn Choi
Fix #4298
2025-02-26Remove temp files before 'become' when using --tmux optionJunegunn 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 functionsJunegunn Choi
Fix #4001
2024-05-29Pass-through error message from 'tmux display-popup'Junegunn Choi
fzf --tmux 9999 # height too large
2024-05-28[vim] Native --tmux fix for NeovimJunegunn Choi
2024-05-23execute: 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-22proxy: Pass SIGINT to the child fzfJunegunn Choi
2024-05-22Ignore SIGINT when running as proxyJunegunn Choi
2024-05-21Embed man page in the binary and show it on 'fzf --man'Junegunn Choi
2024-05-20Use winpty to launch fzf in Git bash (mintty)Junegunn Choi
Close #3806 Known limitation: * --height cannot be used