index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
proxy.go
Age
Commit message (
Expand
)
Author
2025-08-22
Do not unset FZF_DEFAULT_* variables when using winpty
Junegunn Choi
2025-04-22
Revert "Disable tmux popup when already running inside one (#4351)"
Junegunn Choi
2025-04-20
Add --tty-default=/dev/tty and --no-tty-default option (#4352)
Junegunn Choi
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
2025-02-26
Remove temp files before 'become' when using --tmux option
Junegunn Choi
2024-09-29
--tmux: Export bash functions
Junegunn Choi
2024-05-29
Pass-through error message from 'tmux display-popup'
Junegunn Choi
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
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