本文介绍了如何在Windows的Vim编辑器中缩进代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
How do I indent multiple lines quickly in vi?
在Linux下使用vim,我可以使用VISUAL模式并按>"缩进一段代码.在Windows下的vim中,这不会发生.
Using vim under linux I can indent a block of code using the VISUAL mode and pressing ">".In vim under Windows this does not happen.
会发生这种情况:
- 按V键,使VIM进入VISUAL模式
- 按向下",VIM退出以VISUAL模式运行.我无法在VISUAL模式下选择任何内容.
或者,如果我使用SELECT模式选择代码,则>"不会缩进.
Alternatively, if I use the SELECT mode for selecting code the ">" does not indent it.
推荐答案
好,知道了.在Windows中,我应按Shift + Down保持在VISUAL模式.
Ok, I got it. In Windows I should press Shift+Down to remain in the VISUAL mode.
这篇关于如何在Windows的Vim编辑器中缩进代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!