Open yaisland10 opened 1 year ago
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.
go to end of file
search "?."
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.
l
'l
mark : vim's feature.
mark
[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
andsearch "?."
(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.