mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-28 22:22:41 +03:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
edit -scratch buf1
|
|
edit -scratch buf2
|
|
hook buffer BufClose buf2 %{
|
|
delete-buffer
|
|
delete-buffer buf1
|
|
}
|
|
delete-buffer
|