如何跳到 looong 行的末尾? [英] How to jump to the end of the looong line?

查看:16
本文介绍了如何跳到 looong 行的末尾?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

全部

有长数据行的文件,在屏幕上看起来像

have file with long data lines, which on screen looks like

1    A0    B0    C0    D0    E0    F0
     A1    B1    C1    D1    E1    F1
     A2    B2    C2    D2    E2    F2
2    G0    H0    I0    J0    K0    L0
     G1    H1    I1    J1    K1    L1
     ....

由于包装.

光标位于 A0.我想跳到第 1 行的末尾,所以光标应该在F2 或之后.如果我按 End,我会在 F0,这很好,但不是我所期望的.

Cursor located at A0. I would like to jump to the end of line #1, so cursor shall be at or after F2. If I press End, I'll be at F0, which is nice to have but not what I would expect.

有什么好办法跳到EOL吗?

Is there any good way to jump to the EOL?

推荐答案

环顾四周后,我得到了答案 - 单个 End 键会将您移至逻辑 EOL,同时点击第二个 End 连续键将光标移动到物理 EOL.

After some looking around, I've got the answer - single End key will move you to logical EOL, while hitting second End key in succession will move cursor to the physical EOL.

Home 键相同 - 单个到逻辑,两次到物理

Same for Home key - single to logical, twice to physical

这篇关于如何跳到 looong 行的末尾?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆