yaisland10 / write-diary-tlo

Write a diary that is {tweet-like/time-line}-Oriented in vim.
MIT License
0 stars 0 forks source link

[Feature] Jump to latest mrmr for make easy to start writing new mrmr. #6

Open yaisland10 opened 1 year ago

yaisland10 commented 1 year ago

[Feature] Jump to latest mrmr for make easy to start writing new mrmr.

Why

At now, If I want to write new mrmr, then I use go to end of file and search "?." (thats are vim's feature). But it is not kind way for users.

How

Auto update the latest mrmr mark when I create new mrmr. And I plan the latest mrmr mark is going to be l, so users can jump latest mrmr by push 'l.

Additional

Word definition

mark : vim's feature.