1
1
mirror of https://github.com/mawww/kakoune.git synced 2025-01-04 17:58:31 +03:00
kakoune/test/normal/user-modes/once/rc
2018-03-02 09:28:27 +01:00

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>'