Remove yazi file explorer (explorer built in with newer versions of helix)

This commit is contained in:
2025-09-05 11:18:08 -05:00
parent 5557d68a9a
commit 4c71f795aa

View File

@@ -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",
]