kakoune/test/compose/history/rc
2020-01-02 22:36:26 +11:00

7 lines
191 B
Plaintext

# Make our expansion have a predictable timestamp
hook global ClientClose .* %{
nop %sh{
kak -f 'ghf<space>ec$timestamp<esc>2f<space>ec$timestamp<esc>' kak_quoted_history
}
}