More Cursor Movement Primitives #41
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ki11errabbit/koru#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There should be a way to move a cursor to the start and end of a line and to the start and end of a file. It also might be a good idea to have cursor movement functions that take in a function to be applied to a character until a certain point. That way we don't have to constantly lock and unlock the buffer.