Previous: Move to Beginning or End, Up: Calendar Motion
Calendar mode provides commands for moving to a particular date specified in various ways.
calendar-goto-date
).
calendar-goto-day-of-year
).
calendar-goto-iso-week
).
calendar-other-month
).
calendar-goto-today
).
g d (calendar-goto-date
) prompts for a year, a month, and a day
of the month, and then moves to that date. Because the calendar includes all
dates from the beginning of the current era, you must type the year in its
entirety; that is, type ‘1990’, not ‘90’.
g D (calendar-goto-day-of-year
) prompts for a year and
day number, and moves to that date. Negative day numbers count
backward from the end of the year. g w
(calendar-goto-iso-week
) prompts for a year and week number,
and moves to that week.
o (calendar-other-month
) prompts for a month and year,
then centers the three-month calendar around that month.
You can return to today's date with .
(calendar-goto-today
).