AutoYADM commit: 2025-05-21 23:52:39
This commit is contained in:
parent
4271658423
commit
5ceb87dd7b
3 changed files with 17 additions and 0 deletions
7
.config/kak/autoload/picker.kak
Normal file
7
.config/kak/autoload/picker.kak
Normal 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>'
|
Loading…
Add table
Add a link
Reference in a new issue