We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SuperTab
1 parent 77ead1e commit 8914b06Copy full SHA for 8914b06
1 file changed
docs/dev/env.rst
@@ -76,6 +76,11 @@ It has:
76
77
And more.
78
79
+SuperTab
80
+^^^^^^^^
81
+SuperTab_ is a small VIM plugin that makes code completion more convenient by
82
+using ``<Tab>`` key or any other customized keys.
83
+
84
.. _indent: http://www.vim.org/scripts/script.php?script_id=974
85
.. _syntax: http://www.vim.org/scripts/script.php?script_id=790
86
.. _Pyflakes: http://pypi.python.org/pypi/pyflakes/
@@ -84,8 +89,7 @@ And more.
89
.. _vim-pep8: https://github.com/nvie/vim-pep8
90
.. _syntastic: https://github.com/scrooloose/syntastic
91
.. _Python-mode: https://github.com/klen/python-mode
87
-
88
-.. todo:: add supertab notes
92
+.. _SuperTab: http://www.vim.org/scripts/script.php?script_id=1643
93
94
Emacs
95
-----
0 commit comments