From 5d5984505baf27773cc6f914b6995da111912769 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 21 Mar 2025 14:15:07 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-21 14:15:07 --- .config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 04a0e8c7..802c2e83 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -148,7 +148,7 @@ x = "extend_line_above" # yazi integration space = [ ':sh rm -f /tmp/yazi-path', - ':insert-output yazi %{buffer_name} --chooser-file=/tmp/yazi-path', + ':insert-output footclient -d error yazi %{buffer_name} --chooser-file=/tmp/yazi-path', ':open %sh{cat /tmp/yazi-path}', ':redraw', ':set mouse false',