mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
1875ff51a0
This will prevent hooks added by the parent hook manager to be gathered, as was decided during the discussion for #2603
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
hook global NormalKey <ret> %{
|
|
hook window NormalKey <ret> %{
|
|
exec -draft ifoo<esc>
|
|
}
|
|
}
|