Skip to content

Commit

Permalink
docs: add macOS Quick Look tip
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Oct 11, 2024
1 parent b39b96c commit 1598a9b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,18 @@ Header:children_add(function()
end, 500, Header.LEFT)
```

## macOS: Preview files with the system Quick Look {#macos-quick-look}

```toml
[[manager.prepend_keymap]]
on = "<C-p>"
run = '''
shell 'qlmanage -p "$@"' --confirm
'''
```

Credits to [@UncleGravity for sharing it](https://discord.com/channels/1136203602898194542/1146658361740369960/1293471643959558156) in Yazi's discord server.

## Specify a different editor for bulk renaming {#bulk-editor}

**This tip currently requires Yazi nightly version.**
Expand Down

0 comments on commit 1598a9b

Please sign in to comment.