mirror of
https://github.com/junegunn/fzf.git
synced 2026-09-17 09:13:17 +08:00
fish: Improve custom CTRL-T command execution (#4909)
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
This commit is contained in:
@@ -21,6 +21,7 @@ CHANGELOG
|
||||
- fzf now opens in a tmux or Zellij floating pane by default, so the window it was started from stays visible and can be used while fzf is running
|
||||
- Requires tmux 3.7+ or Zellij 0.44+
|
||||
- Set `g:fzf_layout` to pick a different layout
|
||||
- fish: Fixed custom CTRL-T command not using the prefixed target directory in some cases (#4498)
|
||||
|
||||
0.74.3
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user