Vim:反视觉模式的视角

前端之家收集整理的这篇文章主要介绍了Vim:反视觉模式的视角前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
假设您正在使用vim在可视模式下进行选择。你打v,然后开始向右移动。然后,假设您希望将您的选择扩展到左侧,而不改变右侧的位置。也就是说,你对’>感到满意但是想要改变’< 你如何互换,好像你开始在’>并且选择在左边,改变’<? 我有一个模糊的记忆,我以前看过这个,但很难google。
糟糕,如何发布到stackoverflow可以使阅读(F)手册更容易…
3. Changing the Visual area             *visual-change*

                            *v_o*
o           Go to Other end of highlighted text: The current
            cursor position becomes the start of the highlighted
            text and the cursor is moved to the other end of the
            highlighted text.  The highlighted area remains the
            same.
原文链接:https://www.f2er.com/bash/387779.html

猜你在找的Bash相关文章