move_line_up(down)
under [keys.insert]
inconsistent with [keys.normal]
movement on a soft-wrapped line.
#8737
Answered
by
the-mikedavis
AndyJado
asked this question in
Troubleshooting
-
normal insert |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Nov 6, 2023
Replies: 1 comment
-
Use the helix/helix-term/src/keymap/default.rs Lines 379 to 380 in f73e9a8 helix/helix-term/src/keymap/default.rs Lines 8 to 12 in f73e9a8 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AndyJado
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
move_visual_line_up
andmove_visual_line_down
commands to move within a soft-wrapped line.move_line_up
andmove_line_down
operate on lines without accounting for soft-wrap. See in the default keymap:helix/helix-term/src/keymap/default.rs
Lines 379 to 380 in f73e9a8
helix/helix-term/src/keymap/default.rs
Lines 8 to 12 in f73e9a8