https://github.com/heavenshell/vim-connpass
Search interface for Connpass
https://github.com/heavenshell/vim-connpass
Last synced: 4 months ago
JSON representation
Search interface for Connpass
- Host: GitHub
- URL: https://github.com/heavenshell/vim-connpass
- Owner: heavenshell
- Created: 2012-10-23T16:59:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-24T15:48:04.000Z (over 13 years ago)
- Last Synced: 2026-02-01T16:02:31.194Z (5 months ago)
- Language: VimL
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Interface to Connpass for vim
=============================
[Connpass](http://connpass.com) is a service to event management service.
This plugin enable to search Connpass events.
Usage
-----
```viml
:Connpass
```
Search Connpass without any query.
If you want to search with query parameter, set query like below.
```viml
:Connpass -keyword=python
```
Search Connpass with keyword `python`.
See [Connpass API reference](http://connpass.com/about/api) to available request parameters.
Keymappings
-----------
vim-connpass split buffer and show search results.
You can move cursor `j`, `k` for select event and hit `Enter` to show event detail.
You can hit `q` to close connpass buffer.
In event detail buffer, you can use `b` as back to search list.
And alos you can use `q` to close buffer.
Requirement
-----------
This plugin need [webapi-vim](https://github.com/mattn/webapi-vim).