Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
KKV9 authored and KKV9 committed Jul 1, 2024
1 parent d2eff40 commit 8018244
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@ git clone https://github.com/KKV9/archive.yazi.git ~/.config/yazi/plugins/archiv
- Add this to your `keymap.toml`:

```toml
[manager]
prepend_keymap = [
{ on = [
"c",
"a",
], run = "plugin archive", desc = "Create archive with selected files" },
]
[[manager.prepend_keymap]]
on = [ "c", "a" ]
run = "plugin archive"
desc = "Archive selected files"
```

- Select files or folders to add, then press `c` `a` to display the prompt.
Expand Down

0 comments on commit 8018244

Please sign in to comment.