AutoYADM commit: 2025-05-21 14:57:18
This commit is contained in:
parent
2fe337e881
commit
b0590df0d9
3 changed files with 8 additions and 4 deletions
|
@ -10,7 +10,7 @@ define-command ide %{
|
|||
}
|
||||
|
||||
# project-specific configuration
|
||||
hook global BufCreate (.*/)?(\.kakrc\.local) %{
|
||||
hook global BufCreate (.*/)?(\.kakrc\.local|\.kakrc\.local) %{
|
||||
set-option buffer filetype kak
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ map -docstring "open a file with yazi (blocking)" global yazi f ": open-yazi-thi
|
|||
define-command spawn-yazi %{
|
||||
terminal yazi
|
||||
}
|
||||
map global -docstring "spawn yazi" global yazi <space> ': spawn-yazi<ret>'
|
||||
map -docstring "spawn yazi" global yazi <space> ': spawn-yazi<ret>'
|
||||
|
||||
define-command open-yazi-new-client %{
|
||||
evaluate-commands %sh{
|
||||
|
@ -36,3 +36,4 @@ define-command open-yazi-new-client %{
|
|||
fi
|
||||
}
|
||||
}
|
||||
map -docstring "open with yazi in new client" global yazi n ': open-yazi-new-client<ret>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue