Remove yazi file explorer (explorer built in with newer versions of helix)
This commit is contained in:
@@ -45,19 +45,3 @@ C-r = [
|
|||||||
|
|
||||||
[keys.normal.space]
|
[keys.normal.space]
|
||||||
i = ":toggle lsp.display-inlay-hints"
|
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",
|
|
||||||
]
|
|
||||||
|
Reference in New Issue
Block a user