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

Bindable actions for moving by subwords #1197

Closed
AlexWayfer opened this issue Sep 27, 2018 · 0 comments · Fixed by #2665
Closed

Bindable actions for moving by subwords #1197

AlexWayfer opened this issue Sep 27, 2018 · 0 comments · Fixed by #2665

Comments

@AlexWayfer
Copy link

Description of the problem or steps to reproduce

Hello!

Atom Editor has nice bindings: Ctrl-Left|Right for moving by words (I can bind this after #79, thanks), but Alt-Left|Right moves by subwords.

image

What does it mean? There is example with | as cursor:

class FooBar|

After Ctrl-Left:

class |FooBar

After Alt-Left:

class Foo|Bar

Specifications

> micro -version
Version: 1.4.1
Commit hash: 1856891
Compiled on August 10, 2018

OS: Arch Linux
Terminal: fish-shell (?)

masmu pushed a commit to masmu/micro that referenced this issue Dec 18, 2022
…ordLeft and DeleteSubWordRight, DeleteSubWordLeft

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

Successfully merging a pull request may close this issue.

1 participant