Skip to content

Commit c11f70c

Browse files
author
CHANGE_ME
committed
docs: expand yazi and fzf shortcut notes
Add plugin keyshort pages and update yazi keyshort index. Made-with: Cursor
1 parent ebe03b9 commit c11f70c

4 files changed

Lines changed: 15 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- [[fzf/Keyshort]] [[Keyshort]]
2+
- **How to use `fzf` to search for items beginning with a prefix** [[card]]
3+
- `^<prefix>` regex works in fzf for requiring that `<prefix>` occurs at the beginning

pages/yazi___Keyshort.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
- [[yazi/Keyshort/Help/Open]]
44
- [[yazi/Keyshort/Help/Filter]]
55
- [[yazi/Keyshort/Leader]]
6+
- [[yazi/Keyshort/Plugin/fzf/Fuzzy pick subtree]]
7+
- [[yazi/Keyshort/Plugin/Zoxide/Open interactive picker]]
68
- [[yazi/Keyshort/Sort/Time/Modification]]
79
- [[yazi/Keyshort/Sort/Time/Birth]]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [[Keyshort]] [[yazi]] [[yazi/Keyshort]] [[yazi/Keyshort/Plugin/Zoxide]]
2+
- **Jump with zoxide’s interactive picker (fzf-backed)** #card
3+
- Shortcut: `Z` (uppercase)
4+
- Context: File list / manager pane (default keymap); built-in **zoxide** plugin
5+
- Description: Opens **zoxide’s interactive UI** to jump by frecency; that UI **uses fzf** as its picker (requires **zoxide** and **fzf** installed, and zoxide initialized so the DB is populated). Optional: `require("zoxide"):setup { update_db = true }` in `~/.config/yazi/init.lua` to record dirs on cd. See [Builtins | Yazi — zoxide.lua](https://yazi-rs.github.io/docs/plugins/builtins).
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [[Keyshort]] [[yazi]] [[yazi/Keyshort]] [[yazi/Keyshort/Plugin/fzf]]
2+
- **Fuzzy pick files and directories under the current directory** #card
3+
- Shortcut: `z` (lowercase)
4+
- Context: File list / manager pane (default keymap); built-in **fzf** plugin
5+
- Description: Opens fzf to fuzzy-select **files and directories in the subtree under the current directory** (or among selections). Distinct from uppercase **`Z`**, which runs the **zoxide** plugin. See [Builtins | Yazi — fzf.lua](https://yazi-rs.github.io/docs/plugins/builtins).

0 commit comments

Comments
 (0)