-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hide): better solution for storing last query on esc
This commit partially reverts 85fa30e. Extracting last query from the prompt line is problematic, especially with new fzf features such as `--info-command` and `--input-border`. Instead we call hide instantly (keeping the perf from the old commit) and send <esc> to the terminal to execute the esc action and store the last query using `{q}`. Closes #1731
- Loading branch information
Showing
2 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters