mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 17:02:06 +03:00
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
declare-user-mode foo
|
|
map global foo f d
|
|
map global normal <a-,> ':enter-user-mode -lock foo<ret>'
|