[Tutor] Python Editor/enviroment

Steve lonetwin at gmail.com
Fri Aug 27 12:39:54 CEST 2004


Hi Conrad,

On Thu, 26 Aug 2004 03:31:24 -0700, Conrad <linux-user at softhome.net> wrote:
> Hey is anyone aware of a vim like editor with tab completion wether it
> be graphical or text?

If you are just looking for tab completion, you can do that with vim
(and gvim) using 'Gergely Kontra's' SuperTab vim script (which just
inteligently remaps the <Ctrl-X>/<Ctrl-P> key sequence of vim):
http://www.vim.org/scripts/script.php?script_id=182

or any of the scripts at (URL may wrap):
http://www.vim.org/scripts/script_search_results.php?keywords=tab+complete&script_type=&order_by=rating&direction=descending&search=search

HTH
Steve


More information about the Tutor mailing list