jmacdonald / scribe

Text editor components
MIT License
173 stars 7 forks source link

feat(cursor): add two new methods #21

Closed yingmanwumen closed 2 years ago

yingmanwumen commented 2 years ago

Add move_to_previous_paragraph and move_to_next_paragraph for buffer/cursor.rs. So my editor can move to prev/next paragraph like vim do.