tpope / vim-speeddating

speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more
http://www.vim.org/scripts/script.php?script_id=2120
969 stars 40 forks source link

Minor mistake in the README #17

Closed smondet closed 10 years ago

smondet commented 10 years ago

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