A Vim snippet for inserting the current time in the form “12:31 - “ to text files.
:nnoremap ;t "=strftime("%H:%M - ")"<CR>P
A Vim snippet for inserting the current time in the form “12:31 - “ to text files.
:nnoremap ;t "=strftime("%H:%M - ")"<CR>P