python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

Documentation #4

Closed mcepl closed 10 years ago

mcepl commented 10 years ago

Where is the usage documentation? I have been searching it for more than a week now. It is nowhere available. :h RopeSOMETHING does not work. How to invoke completions? Is there any shortcut key in INSERT mode or other mode? Nothing is documented. How am I going to use it?

mcepl commented 10 years ago

Sorry to post it anonymously. I forgot that I wasn't logged in.

mcepl commented 10 years ago

See its README file. It lists the commands and their key-bindings. If you prefer you can map rope commands to other keys. I suggest having a look at keybinding, variables and code-assist sections of the README file. Unfortunately, AFAIK, ropevim lacks good tutorials and extensive documentation. But you might want to have a look at the overview.txt in rope package for a demonstration of some of the available refactorings.