summaryrefslogtreecommitdiff
path: root/ADVANCED.md
AgeCommit message (Collapse)Author
2025-02-020.59.0Junegunn Choi
2025-01-29Update ADVANCED.mdJunegunn Choi
2025-01-28Fix typos in ADVANCED.md (#4209)Moritz Dietz
2025-01-28Update ADVANCED example using 'search' actionJunegunn Choi
2025-01-27Set the default value of --min-height depending on other optionsJunegunn Choi
2025-01-27Allow {q} placeholders with range expressionsJunegunn Choi
e.g. {q:1}, {q:2..}
2025-01-27Allow actions to multiple keys and events at onceJunegunn Choi
Close #4206
2025-01-27Enhance click-header eventJunegunn Choi
* Expose the name of the mouse action as $FZF_KEY * Trigger click-header on mouse up * Enhanced clickable header for `kill` completion
2025-01-26Add 'search' and 'transform-search'Junegunn Choi
Close #4202
2025-01-04Add `border-native` option to `--tmux` flag (#4157)Andreas Auernhammer
This commit adds the `border-native` resulting in the following: ``` --tmux[=[center|top|bottom|left|right][,SIZE[%]][,SIZE[%]][,border-native]] ``` By default, when not specified, the `-B` flag is passed to the `tmux popup-window` command such that no border is drawn around the tmux popup window. When the `border-native` option is present, the `-B` flag is omitted and the popup window is drawn using the border style configured in the tmux config file. Fixes #4156 Signed-off-by: Andreas Auernhammer <github@aead.dev> Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2024-06-24ADVANCED.md: Remove unnecessary `: | fzf`Junegunn Choi
See 5b52833
2024-06-06ADVANCED.md: /dev/tty redirection no longer requiredJunegunn Choi
2024-06-03Update ADVANCED.md: Use --tmux instead of fzf-tmuxJunegunn Choi
2024-03-07Fix typo (#3661)huajin tong
2024-01-22docs(ADVANCED.md): replace placeholder with env variable for toggle single ↵LangLangBart
key binding (#3593)
2024-01-21Add link to fzf Theme Playground by @vitormvJunegunn Choi
https://vitormv.github.io/fzf-themes/
2024-01-20docs(ADVANCED.md): Add fzf example switching ripgrep/fzf with single hotkey ↵LangLangBart
(#3590)
2023-12-29ADVANCED.md: Add toggling example with `transform` and `{fzf:prompt}`Junegunn Choi
Courtesy of @LangLangBart
2023-05-26Avoid setting $FZF_DEFAULT_COMMANDJunegunn Choi
So that it's not propagated to the child processes and affect the behavior of fzf started by them. fzf 0.41.0 or above is required as it fixed the issue where 'become' process is not given a proper tty device. Close #3299
2023-02-15Describe become(...) action and use it to simplify examplesJunegunn Choi
2023-02-12Update ADVANCED.md: transform-query to restore the query stringJunegunn Choi
Close #2961
2022-12-17Fix typo (#3093)polluks2
Co-authored-by: polluks <polluks@sdf.lonestar.org>
2022-08-25ADVANCED: fzf-git.shJunegunn Choi
2022-04-04ADVANCED.md: Add rebind exampleJunegunn Choi
2021-12-24ADVANCED.md: Add change-preview-window exampleJunegunn Choi
2021-08-15fix spellinga1346054
2021-05-220.27.1Junegunn Choi
2021-05-22Add 'unbind' actionJunegunn Choi
Fix #2486
2021-04-29ADVANCED.md: tmux 3.2 is officially releasedJunegunn Choi
2021-04-09Update ADVANCED.mdJunegunn Choi
Remove unnecessary --color option
2021-04-09Update ADVANCED.mdJunegunn Choi
2021-04-09Update ADVANCED.mdJunegunn Choi
2021-04-07Fix typoJunegunn Choi
2021-04-07ADVANCED.md: Clarification on {q}Junegunn Choi
2021-04-07Advanced fzf examplesJunegunn Choi