加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

vim – 跳转到最后一行,但保持在同一列

发布时间:2020-12-15 18:24:17 所属栏目:安全 来源:网络整理
导读:参见英文答案 How to go to the end of the file in vim while preserving the current column under the cursor?1个 在Vim中,可以使用G(或带gg的第一行)跳转到最后一行,但该移动也会跳转到第一个非空格字符. 是否有一个键绑定跳转到第一行(或最后一行),但保
参见英文答案 > How to go to the end of the file in vim while preserving the current column under the cursor?1个
在Vim中,可以使用G(或带gg的第一行)跳转到最后一行,但该移动也会跳转到第一个非空格字符.

是否有一个键绑定跳转到第一行(或最后一行),但保持在同一列?

那将是nostartofline.有了它,gg和G将尽可能保留列,就像j等.

来自:h startofline:

'startofline' 'sol' 'nostartofline' 'nosol'
'startofline' 'sol'     boolean (default on)
                        global
                        {not in Vi}
        When "on" the commands listed below move the cursor to the first
        non-blank of the line.  When off the cursor is kept in the same column
        (if possible).  This applies to the commands: CTRL-D,CTRL-U,CTRL-B,CTRL-F,"G","H","M","L",gg,and to the commands "d","<<" and ">>"
        with a linewise operator,with "%" with a count and to buffer changing
        commands (CTRL-^,:bnext,:bNext,etc.).  [..]

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读