I already know to map key for snippets like below:
(kbd-map
(:mode in-text?)
("w" (insert "Test message"))
What I'm looking for is how to map keys to move cursor position/paste/undo...
According to the help doc, this will need a coding language named Scheme, which I heard for the first time. So I'm looking for some samples to help me understand it.