itchyny / calendar.vim

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

Select which browser to open? #170

Closed isene closed 4 years ago

isene commented 4 years ago

How do I select which browser to open the events in (using "E" and then "Enter" on the selected event)?

itchyny commented 4 years ago

This mapping uses open command (if available, or cmd /c start on Windows, or xdg-open) so I believe it follows the default browser of OS.

isene commented 4 years ago

OK, thanks :-)