7 lines
222 B
Text
7 lines
222 B
Text
define-command file-picker %{
|
|
prompt -shell-script-candidates 'fd . --type f --follow --no-ignore-vcs --ignore-file=.kakignore' open: %{
|
|
edit -existing %val{text}
|
|
}
|
|
}
|
|
|
|
map global user F ':file-picker<ret>'
|