syntonym
syntonym
I think this actually uses the [hackernewsapi](https://github.com/karan/HackerNewsAPI)? So installation should probably also contain a `pip install hackernews` or something like that.
The documentation build by sphinx is only generated for the modules in `sleekxmpp` and `sleekxmpp.xmlstream`. Missing are e.g. `sleekxmpp.roster.*` and `sleekxmpp.stanza.*`. Or did I miss something and these are in...
Currently undo does not undo an "insert" but instead undos single characters. Entering insert mode, typing something and then leaving insert mode should probably be treated as a single "do-event".
vim commands are implemented in a modular way, most (all?) "commands" do not simply "delete" but can be used to construct "sentences" like "delete line" or "delete word", "delete until...