Vintage mode: moving farthest left or right within a wrapped line

Evan Emolo

I am in the process of switching to Vintage mode, and I would like to turn off my arrow keys. However, what's stopping me is not knowing how to move farthest left or right within a wrapped line. For example, within a markdown file paragraph.

I achieve this with command + arrow left or arrow right, depending on where I need the cursor. What's the equivalent of this in vintage mode?

Just to be explicitly clear, I am not trying to get to the beginning or end of the entire line, I am trying to move the cursor to the beginning or end of the wrapped it is currently sitting in.

Edit

Adding an image to illustrate what I am trying to do. The arrows indicate where I would want the cursor to jump to with the proper left or right keyboard shortcut.

enter image description here

Tony Chen
  1. Go to you Key Binding - User

  2. Add following key bindings

    ,{ "keys": ["super+0"], "command": "move_to", "args": {"to": "eol", "extend": false} }
    ,{ "keys": ["super+1"], "command": "move_to", "args": {"to": "bol", "extend": false} }
    
  3. Save and you can use command+0 / command+1 to go to end/start of the line.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Vintage mode: moving farthest left or right within a wrapped line

From Dev

Moving to the beginning of line within Vim insert mode

From Dev

Sublime Text 2 Vintage mode and Go To Line

From Dev

Moving circle in a straight line from left to the right of canvas

From Dev

Moving circle in a straight line from left to the right of canvas

From Dev

Moving left right in a JPanel

From Dev

Left/Right Arrows not Moving

From Dev

Moving the whole page to left and then right

From Dev

moving an array image left to right

From Dev

Moving player left and right (touchesbegan)

From Dev

pygame moving left and right issue

From Dev

moving picture box to right and left

From Dev

moving div with cursor keys left and right

From Dev

How To Get Ball Moving Left and Right?

From Dev

Moving Windows from left to right screen in Unity

From Dev

Moving divs, left and right, outside the box

From Dev

Image keeps moving to the right or left depending on resize

From Dev

Moving a sprite to the left or down is faster than moving it to the right or up

From Dev

How to extend a wrapped element background both left and right with different color?

From Dev

Left and right align on same line

From Dev

Float right and left are on the same line

From Java

Left align and right align within div in Bootstrap

From Dev

Use REGEX to find line breaks within a wrapped content

From Dev

Moving a platform in 2d space left and right continuosly

From Dev

VBA locate the first empty cell that occurs in a row by moving left/right

From Dev

How to animate full screen stripes moving from left to right

From Dev

R quantmod chartseries shifting a moving average to the left and right

From Dev

Moving an div from the top left corner to bottom right using css

From Dev

Animate image like it's moving from right to left

Related Related

  1. 1

    Vintage mode: moving farthest left or right within a wrapped line

  2. 2

    Moving to the beginning of line within Vim insert mode

  3. 3

    Sublime Text 2 Vintage mode and Go To Line

  4. 4

    Moving circle in a straight line from left to the right of canvas

  5. 5

    Moving circle in a straight line from left to the right of canvas

  6. 6

    Moving left right in a JPanel

  7. 7

    Left/Right Arrows not Moving

  8. 8

    Moving the whole page to left and then right

  9. 9

    moving an array image left to right

  10. 10

    Moving player left and right (touchesbegan)

  11. 11

    pygame moving left and right issue

  12. 12

    moving picture box to right and left

  13. 13

    moving div with cursor keys left and right

  14. 14

    How To Get Ball Moving Left and Right?

  15. 15

    Moving Windows from left to right screen in Unity

  16. 16

    Moving divs, left and right, outside the box

  17. 17

    Image keeps moving to the right or left depending on resize

  18. 18

    Moving a sprite to the left or down is faster than moving it to the right or up

  19. 19

    How to extend a wrapped element background both left and right with different color?

  20. 20

    Left and right align on same line

  21. 21

    Float right and left are on the same line

  22. 22

    Left align and right align within div in Bootstrap

  23. 23

    Use REGEX to find line breaks within a wrapped content

  24. 24

    Moving a platform in 2d space left and right continuosly

  25. 25

    VBA locate the first empty cell that occurs in a row by moving left/right

  26. 26

    How to animate full screen stripes moving from left to right

  27. 27

    R quantmod chartseries shifting a moving average to the left and right

  28. 28

    Moving an div from the top left corner to bottom right using css

  29. 29

    Animate image like it's moving from right to left

HotTag

Archive