Age | Commit message (Collapse) | Author |
|
python .pyc files as well as __pycache__ directories are to be ignored
so that this repository, when used as a submodule, is not recognized as
dirty by Git.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
|
|
|
|
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
|
|
you can specify how vim shall handle the generated output
by default, it will be considered as a vimrc file
|
|
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
|
|
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, ...
|