-
I want to use Dragon-Drop, to use Drag and Drop in selected files or the currently selected, how can I create a keymap for this action |
Beta Was this translation helpful? Give feedback.
Answered by
sxyazi
Oct 31, 2023
Replies: 3 comments 3 replies
-
Try like this: { on = [ "<C-n>" ], run = '''
shell 'dragon -x -i -T "$1"' --confirm
''' } |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
CRAG666
-
for ripdrag { on = [ "<C-n>" ], run = '''
shell 'ripdrag "$@" -x 2>/dev/null &' --confirm
''' }, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try like this:
https://github.com/mwh/dragon