8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
|
# Make our expansion have a predictable timestamp
|
||
|
hook global ClientClose .* %{
|
||
|
evaluate-commands %sh{
|
||
|
kak -f 'ghf<space>ec$timestamp<esc>2f<space>ec$timestamp<esc>' <kak_quoted_history >tmp
|
||
|
mv tmp kak_quoted_history
|
||
|
}
|
||
|
}
|