Replies: 1 comment 1 reply
-
Documenting the nuances of the motions could fit in #997 This is too verbose to fit in the current command documentation though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
h
Move left
Move logical cursor backward(direction) of text by a step of char if possible
, it contains 4 different subclassesmove cursor left per char in line
nothing
move cursor up to the end of above line
where meets the break char\n
(ENTER)j
Move up
Move between \n and stay the nearest position of chars of original line except other operation
Beta Was this translation helpful? Give feedback.
All reactions