ForwardWidgets
Widgets for Douban and Trakt watchlists plus personalized recommendations, live TV streaming including PlutoTV, Yatu ra…
A calendar window for Vim
git clone https://github.com/mattn/calendar-vim.gitmattn/calendar-vimcalendar.vim creates a calendar window you can use within vim. It is useful
in its own right as a calendar-inside-vim. It also provides hooks to customise
its behaviour, making it a good basis for writing new plugins which require
calendar functionality (see :help calendar-hooks for more information).
Using vim-plug, add the following to your .vimrc:
Plug 'mattn/calendar-vim'
Then run :PlugInstall.
Bring up a calendar based on today's date in a vertically split window:
:Calendar
Bring up a calendar showing November, 1991 (The month Vim was first released):
:Calendar 1991 11
The above calendars can alternatively be displayed in a horizontally split window:
:CalendarH
Bring up a full-screen calendar:
:CalendarT
Fast mappings are provided:
For full documentation, install the plugin and run :help calendar from within
Vim.
MIT
Yasuhiro Matsumoto (a.k.a. mattn)
more like this
Widgets for Douban and Trakt watchlists plus personalized recommendations, live TV streaming including PlutoTV, Yatu ra…
Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol
search projects, people, and tags