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.