Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for whichwarp #4068

Closed
unacceptable opened this issue Sep 11, 2019 · 3 comments
Closed

Support for whichwarp #4068

unacceptable opened this issue Sep 11, 2019 · 3 comments

Comments

@unacceptable
Copy link

unacceptable commented Sep 11, 2019

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

@J-Fields
Copy link
Member

We support this via vim.whichwrap.

@unacceptable
Copy link
Author

unacceptable commented Sep 11, 2019

@J-Fields Thanks I guess I must've typoed which in the early morning.

@J-Fields
Copy link
Member

Been there 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants