You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I would like to go to the start of a new line if I hit the right arrow at the end of a line, and the end of the previouls line if I hit left arrow at the start of a line. Here's how I would accomplish this in vim: https://vim.fandom.com/wiki/Automatically_wrap_left_and_right :set whichwrap+=<,>,h,l,[,]
Describe alternatives you've considered
I looked through the user settings and I didn't see a comparable option.
I tried just setting that from insert mode
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I would like to go to the start of a new line if I hit the right arrow at the end of a line, and the end of the previouls line if I hit left arrow at the start of a line. Here's how I would accomplish this in vim:
https://vim.fandom.com/wiki/Automatically_wrap_left_and_right
:set whichwrap+=<,>,h,l,[,]
Describe alternatives you've considered
Additional context
None
The text was updated successfully, but these errors were encountered: