mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-04 17:58:31 +03:00
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
declare-user-mode foo
|
|
map global foo f 'wchello from foo<esc>'
|
|
map global normal <a-,> ':enter-user-mode foo<ret>'
|