Hacker News new | ask | show | jobs
by abhijeetpbodas 908 days ago
I prefer the simplicity of a single `notes.md` for this,always open in vim in a terminal tab.

To do the separation, I've a keybinding to insert current timestamp, and but me on a new line:

`nnoremap <leader>t :r! date "+\%F \%T"<CR>I#<space><esc>o`