├── FAQ.md ├── LICENSE ├── README.md ├── setup.cfg ├── test.py └── vimode.py /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GermainZ/weechat-vimode/HEAD/FAQ.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GermainZ/weechat-vimode/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GermainZ/weechat-vimode/HEAD/README.md -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GermainZ/weechat-vimode/HEAD/setup.cfg -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GermainZ/weechat-vimode/HEAD/test.py -------------------------------------------------------------------------------- /vimode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GermainZ/weechat-vimode/HEAD/vimode.py --------------------------------------------------------------------------------