diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index 596828fd..4659fd83 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -19,7 +19,9 @@ folder = [ ] archive = [{ exec = 'file-roller "$1"', desc = "Extract here" }] pdf = [{ exec = 'zathura "$1"', desc = "Open" }] -text = [{ exec = '$EDITOR "$@"', block = true }] +text = [ + { exec = 'pypr toggle yazi & kitty --detach $EDITOR "$@"', block = true }, +] image = [ { exec = 'geeqie "$@"', desc = "Open" }, { exec = '''exiftool "$1"; echo "Press enter to exit"; read''', block = true, desc = "Show EXIF" },