mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-15 22:23:54 +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
|