commit 18a68ba38f99d7567e65cba55a6727798b2b8590 parent 519d1c57d2e569eba43a781026b27787084650c4 Author: awy <awy@awy.one> Date: Wed, 24 Dec 2025 21:47:58 +0300 shortcuts Diffstat:
| M | .local/bin/shortcuts | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.local/bin/shortcuts b/.local/bin/shortcuts @@ -57,3 +57,12 @@ eval "echo \"$(bat "$bmfiles")\"" | if (i < length(a)) chars = chars \", \" } printf(\"[[mgr.prepend_keymap]]\\non = [\\\"e\\\", %s]\\nrun = 'shell --block \\\"\$EDITOR %s\\\"'\\n\\n\", chars, \$2) >> \"$yazi_shortcuts\" }" + +cat <<EOL >> "$yazi_shortcuts" +[[mgr.prepend_keymap]] +on = "<C-n>" +run = ''' + shell 'dragon-drop --and-exit --on-top "\$@"' --confirm +''' +desc = "Open the drag and drop utility" +EOL