AutoYADM commit: 2025-07-21 14:09:10
This commit is contained in:
parent
57f262d4e4
commit
6cf79124d2
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
define-command file-picker %{
|
||||
prompt -shell-script-candidates 'fd . --exclude "*.pdf" --hidden --type f --follow --no-ignore-vcs --ignore-file=.kakignore' open: %{
|
||||
prompt -menu -shell-script-candidates 'fd . --exclude ".git" --exclude "*.pdf" --hidden --type f --follow --ignore-file=.kakignore' open: %{
|
||||
edit -existing %val{text}
|
||||
}
|
||||
}
|
||||
|
||||
map -docstring 'file picker with .kakignore' global user F ':file-picker<ret>'
|
||||
map -docstring 'file picker with .kakignore' global user f ':file-picker<ret>'
|
||||
|
||||
define-command buffer-picker %{
|
||||
prompt -menu -buffer-completion 'open buffer:' %{
|
||||
|
|
|
@ -33,7 +33,7 @@ bundle fzf.kak https://github.com/andreyorst/fzf.kak %{
|
|||
require-module fzf-file
|
||||
set-option global fzf_file_command "fd . --type f --follow"
|
||||
# set-option global fzf_file_command "fd . --no-ignore-vcs"
|
||||
map -docstring "fzf mode" global user f ": fzf-mode<ret>"
|
||||
map -docstring "fzf mode" global user F ": fzf-mode<ret>"
|
||||
}
|
||||
|
||||
bundle luar https://github.com/gustavo-hms/luar %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue