Updated Hypr, Yazi

This commit is contained in:
2025-10-17 02:05:03 +02:00
parent e20f8b6ea2
commit 7cd7d746e7
141 changed files with 133 additions and 8479 deletions

View File

@@ -0,0 +1,15 @@
# General
Simple plugin to create a tmp bookmark and jump to it.
# Usage
```toml
[[mgr.prepend_keymap]]
on = [ "b", "s" ]
run = "plugin bookmark -- save"
desc = "Save Bookmark"
[[mgr.prepend_keymap]]
on = [ "b", "j" ]
run = "plugin bookmark -- jump"
desc = "Jump to Bookmark"
```