From 86bc67a35e165a93b84b8f03b828a12361398efd Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 23 Mar 2025 14:30:07 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-23 14:30: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 17b3834d..cfa8d668 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -77,7 +77,7 @@ A-o = ":config-open" A-w = ":config-open-workspace" # execute current file -A-x = ":sh ./%{buffer_name}" +A-x = ':sh "%sh{pwd}/%{buffer_name}"' # Treesitter selections # Left <-> Right: Sibling nodes