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