From 4c71f795aa57900e21b36a87d59f7c286f614e0c Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Fri, 5 Sep 2025 11:18:08 -0500 Subject: [PATCH] Remove yazi file explorer (explorer built in with newer versions of helix) --- helix/config.toml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/helix/config.toml b/helix/config.toml index 09a95d3..6a195c4 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -45,19 +45,3 @@ C-r = [ [keys.normal.space] i = ":toggle lsp.display-inlay-hints" - -# File explorer with yazi -e = [ - ":sh rm -f /tmp/unique-file-c5140c67", - ":insert-output yazi '%{buffer_name}' --chooser-file=/tmp/unique-file-c5140c67", - ":insert-output echo \"x1b[?1049h\" > /dev/tty", - ":open %sh{cat /tmp/unique-file-c5140c67}", - ":redraw", -] -E = [ - ":sh rm -f /tmp/unique-file-bea21125", - ":insert-output yazi '%{workspace_directory}' --chooser-file=/tmp/unique-file-bea21125", - ":insert-output echo \"x1b[?1049h\" > /dev/tty", - ":open %sh{cat /tmp/unique-file-bea21125}", - ":redraw", -]