summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-26Fix two typos in the documentationOlivier Gayot
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
2014-05-28alias Ctrl+] to escapeOlivier Gayot
2014-05-28Add a README fileOlivier Gayot
2014-05-28add my own configuration as example of usageOlivier Gayot
you are free to readapt this configuration to satisfy your needs. you can generate the conf with python and redirect its output to your vimperatorrc file for example: $ python example.py > ~/.vimperatorrc
2014-05-28append a 'vim: ft=' lineOlivier Gayot
you can specify how vim shall handle the generated output by default, it will be considered as a vimrc file
2014-05-28add some cli bindingsOlivier Gayot
the default bash command line bindings have been added ctrl+i -> expand or complete ctrl+j -> accept line ctrl+p -> up line in history ctrl+n -> down line in history ctrl+f -> forward char ctrl+b -> backward char
2014-05-14first version of the projectOlivier Gayot
a module intended to be imported has been provided. it features: * a way to change the default search engine * a way to assign a key sequence to an url (like a custom bookmark) * a way to create shortcuts to access bang search engines !g, !tpb, ...