From 1598a9ba6b015ccc1feec82068035ef0e81adaba Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 11 Oct 2024 20:07:07 +0800 Subject: [PATCH] docs: add macOS Quick Look tip --- docs/tips.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/tips.md b/docs/tips.md index afe45b8a..54508bf8 100644 --- a/docs/tips.md +++ b/docs/tips.md @@ -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 = "" +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.**