Question

In PyCharm with the Vim plugin, how do I make it so that the cursor will wrap lines (go from beginning of one line to the end of the previous or vice versa)?

The .vimrc is:

set whichwrap=<,>,h,l,[,]

but there's no way to configure a .vimrc in PyCharm.

Was it helpful?

Solution

IdeaVim plug-in already reads .vimrc, but it doesn't support all the options as it emulates only a part of the vim functionality. If certain option is not supported, submit a feature request to the IdeaVim issue tracker.

Note that it's an open source plug-in, if you really need this feature, try adding it yourself and send a pull request or a patch to the vendors.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top