mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 01:11:36 +03:00
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
|
def my-command %{
|
||
|
buffer-next # go to next
|
||
|
%sh{ echo buffer-previous }
|
||
|
exec ifoo<esc>
|
||
|
}
|