mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 12:00:14 +00:00
use flakes to update helix and yazi to fix integration issues
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user