With this in my .vimrc if I press CTRL and “:” a nice timestamp will automagically be inserted
imap ^_ <C-R>=strftime('[ %d/%m/%y %H:%M ] ')<CR>
lovely !
danulk’s brain dump: NetBSD, python et des shmurtz
With this in my .vimrc if I press CTRL and “:” a nice timestamp will automagically be inserted
imap ^_ <C-R>=strftime('[ %d/%m/%y %H:%M ] ')<CR>
lovely !