simplenote-vim / simplenote.vim

vim plugin to interact with the simplenote service
http://www.vim.org/scripts/script.php?script_id=3582
MIT License
368 stars 31 forks source link

Reloading a note that's open in the buffer #73

Closed blueberrycake closed 8 years ago

blueberrycake commented 8 years ago

Is there a command to reload a note that's already open in the buffer, other than reopening the list of notes and selecting the note again? If not, then this feature would be a convenient addition for those of us who are frequently modifying our notes from multiple devices throughout the day.

atomicules commented 8 years ago

Good idea. I'll have a think about this. Really this is how :Simplenote -u should behave anyway (it should merge in remote changes).

atomicules commented 8 years ago

There you go, that's v1 out the door so closing this out

atomicules commented 8 years ago

Whoops, that comment was for another, albeit related, issue.

:Simplenote -u now updates the current note and merges in remote changes (so you can also use it as a refresh).