tpope/vim-speeddating

Minor mistake in the README

smondet opened this issue · 0 comments

d<C-A> sets the timestamp under the cursor to the current time. d<C-X> does the same, but uses UTC rather than the local time.

and actually it's the contrary:

  nmap d<C-A> <Plug>SpeedDatingNowUTC
  nmap d<C-X> <Plug>SpeedDatingNowLocal