문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top