aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/move-commands.c
AgeCommit message (Collapse)AuthorFilesLines
2025-03-22factored out all cursor movement and deletion commands into the new ↵Robin Haberkorn1-0/+635
compilation unit move-commands.c * This made sense to include both `W` and `V`, so we also included `D` and `K`. `^Q` is included since it converts between lines and glyphs. * These are all single-letter commands, so they aren't complete parser states but callbacks to be referenced in teco_machine_main_transition_t.