vim中代码块左右移动的命令

使用块选择命令 v(小写),V(大写) ,ctrl+v   选择需要移动的代码, 然后 左移动(<) ,右移动(>)

原文地址:https://www.cnblogs.com/mingaixin/p/2853105.html