From 8914b06556d2d9be10461de0c2e728838f5095b9 Mon Sep 17 00:00:00 2001 From: Moayad Mardini Date: Mon, 5 May 2014 18:13:43 -0400 Subject: [PATCH] Added a note about `SuperTab` in VIM section --- docs/dev/env.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 2b0c204..1d3068d 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -76,6 +76,11 @@ It has: And more. +SuperTab +^^^^^^^^ +SuperTab_ is a small VIM plugin that makes code completion more convenient by +using ```` key or any other customized keys. + .. _indent: http://www.vim.org/scripts/script.php?script_id=974 .. _syntax: http://www.vim.org/scripts/script.php?script_id=790 .. _Pyflakes: http://pypi.python.org/pypi/pyflakes/ @@ -84,8 +89,7 @@ And more. .. _vim-pep8: https://github.com/nvie/vim-pep8 .. _syntastic: https://github.com/scrooloose/syntastic .. _Python-mode: https://github.com/klen/python-mode - -.. todo:: add supertab notes +.. _SuperTab: http://www.vim.org/scripts/script.php?script_id=1643 Emacs -----