AutoYADM commit: 2025-05-21 23:52:39

This commit is contained in:
Daniel Fichtinger 2025-05-21 23:52:39 -04:00
parent 4271658423
commit 5ceb87dd7b
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,7 @@
define-command file-picker %{
prompt -shell-script-candidates 'fd . --type f --follow --no-ignore-vcs' open: %{
edit -existing %val{text}
}
}
map global user F ':file-picker<ret>'