use flakes to update helix and yazi to fix integration issues

This commit is contained in:
Noah Masur
2025-03-31 11:19:52 -04:00
parent 2c55912abf
commit 5869e4a6b4
4 changed files with 184 additions and 16 deletions

View File

@ -150,13 +150,13 @@ in
# Open yazi
# https://github.com/sxyazi/yazi/pull/2461
# Won't work until next Helix release
# C-y = [
# ":sh rm -f /tmp/unique-file"
# ":insert-output ${lib.getExe pkgs.yazi} %{buffer_name} --chooser-file=/tmp/unique-file"
# ":insert-output echo \\x1b[?1049h\\x1b[?2004h > /dev/tty"
# ":open %sh{cat /tmp/unique-file}"
# ":redraw"
# ];
C-y = [
":sh rm -f /tmp/unique-file"
":insert-output ${lib.getExe pkgs.yazi} %{buffer_name} --chooser-file=/tmp/unique-file"
":insert-output echo \\x1b[?1049h\\x1b[?2004h > /dev/tty"
":open %sh{cat /tmp/unique-file}"
":redraw"
];
# Extend selection above
X = "select_line_above";