Compare commits

..

No commits in common. "e91dda8cadc879cf19419841c23eaa451d6dce18" and "8cb9ba80d81ba66efce9c9c9b92a9a4b872d912f" have entirely different histories.

2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 0778677dd3037b5416c50b39f7450fc31f30c151
Subproject commit cb5572ac1f7973c194376b5222667da3f5d63614

View file

@ -149,6 +149,9 @@ keymap = [
# Help
{ on = "~", run = "help", desc = "Open help" },
{ on = "<F1>", run = "help", desc = "Open help" },
# { on = [ "<C-n>" ], run = '''
# shell 'dragon -x -i -T "$1"' --confirm
# ''' },
{ on = [ "<C-n>" ], run = '''
shell 'ripdrag "$@" -x 2>/dev/null &' --confirm
''' },