Closed holyjaw closed 10 years ago
It would be really cool if Calendar.vim had a :CalendarToggle command, much like gundo or tagbar etc., so Calendar could be called / dismissed with the same key (I prefer to use f-keys for these).
gundo
tagbar
Use the following setting.
nmap <expr> f &ft ==# 'calendar' ? "\<Plug>(calendar_exit)" : ":\<C-u>Calendar\<CR>"
It would be really cool if Calendar.vim had a :CalendarToggle command, much like
gundo
ortagbar
etc., so Calendar could be called / dismissed with the same key (I prefer to use f-keys for these).