mirror of
https://github.com/junegunn/fzf.git
synced 2026-09-10 08:43:23 +08:00
The custom CTRL-T command is now executed by the script in the current shell session, instead of being called by fzf through a subshell. This ensures that the value of $dir can't be altered by user initialization scripts, and is also a little faster. Fix #4498