summaryrefslogtreecommitdiff
path: root/VimperatorrcBuilder.py
AgeCommit message (Collapse)Author
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, ...