All Projects → klen → rope-vim

klen / rope-vim

Licence: other
Pathogen compatable ropevim plugin. Dont need install rope libs in system.

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects

Ropevim, rope in vim

Use https://github.com/klen/python-mode. It`s more new and powerful plugin.

Ropevim is a vim mode that allows you to use the rope library in vim to provide features like python refactorings and code-assists.

This vim plugin allow you use the rope library in vim very easily. There is no need to install the rope library on your system. This plugin also adds vim help for rope commands.

Installation

Just copy the plugin folders into your ~/.vim directory.

Alternatively, if you are using pathogen, clone the plugin into your bundle folder.

Settings

By default, rope auto assist is mapped to Control+Space. You can remap it. For example:

imap <buffer><Tab> <M-/>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].