itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

Added function for toggle panel with calendar. #130

Closed echuraev closed 6 years ago

echuraev commented 6 years ago

It is very useful. I use it very usually when I need to see WW number of current day. I also created key binding for this function in my vim config: noremap <leader>c :CalendarToggle<CR>

itchyny commented 6 years ago

There's less possibility that I merge this pull request, sorry. The calendar buffer can be easily closed by the q key. Also, each users have their own favorite :Calendar options so it's hard to add configuration for this new command, it's much better each user maintain the command in their configuration file.

echuraev commented 6 years ago

Ok, thank you.