itchyny / calendar.vim

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

Add option to set default calendar index when inserting new event #125

Closed courtyardz closed 3 years ago

courtyardz commented 7 years ago

When hitting i to insert, I get an annoying prompt:

index title
[ 0]  connoreck87@gmail.com
  1   Contacts
Input the index of the calendar:

I never want to insert new events into Contacts. How do you recommend avoiding this prompt?

eLefTrick6 commented 5 years ago

I receive this prompt also when playing around I had created a second calendar (not synced with GCal yet). How can the calendars be modified or unused be removed after they are created?

itchyny commented 3 years ago

This is resolved by g:calendar_calendar_candidates (refer to :h g:calendar_calendar_candidates).