如何设置vim在Python中遇到空行时取消缩进?
如果 vim 可以在我输入空行时自动取消缩进,这可能会很有用,但似乎这不是默认行为。这对于 Python 特别有用,Vim 可以配置为这样做吗?
It could be useful if vim could do a unindentation automatically when I type an empty line, but it seems it is not the default behavior. This would especially useful for Python, could Vim be configured to do so?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对自己的
indent/python.vim
做了一些修改,以便在输入第三个空行时启用完全缩进。您也许可以根据您的需要进行调整。I made some mods to my own
indent/python.vim
to enable full dedent when the third empty line is entered. You may be able to adapt this to your needs.