Files
agenda-nvim/doc/agenda.txt
Jonas Kattendick 16a71cadc2 feat: add agenda plugin
Import the package from my dotfiles.
2023-11-17 02:04:30 +01:00

26 lines
567 B
Plaintext

*agenda.txt*
*Agenda*
Neovim integration for the `agenda` <https://git.rkcsd.com/jonas/agenda>
edit subcommand.
To open an agenda note file: >vim
Agenda last monday
If the agenda note does not exist, you can create it automatically: >vim
Agenda! last monday
The date spec can be any string understood by your `date(1)` util.
The command accepts the b, c, e, and t options of the `agenda edit`
subcommand: >vim
Agenda [-bc] [-e <extension>] [-t <name>] last monday
See `:Man agenda` for additional information.
vim:tw=78:ts=8:noet:ft=help:norl: