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