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

[Bug] Option key + arrow key in Emacs #463

Open
3 tasks done
remirobert opened this issue Feb 14, 2025 · 1 comment
Open
3 tasks done

[Bug] Option key + arrow key in Emacs #463

remirobert opened this issue Feb 14, 2025 · 1 comment
Labels

Comments

@remirobert
Copy link

Thank you for the bug report

  • I am using the latest version of Centaur Emacs.
  • I checked my private configurations in custom.el and custom-post.el.
  • I checked FAQ.

Bug description

When pressing the Option key + arrow key in Emacs, the cursor does not jump words as expected. Instead, it performs some kind of replacement action.

Steps to reproduce

  1. Open Emacs.
  2. Press the Option key + left or right arrow key.

Expected behavior

The cursor should jump to the previous or next word.

OS

MacOS

Emacs Version

29

Error callstack

Anything else

No response

@remirobert remirobert added the bug label Feb 14, 2025
@seagle0128
Copy link
Owner

seagle0128 commented Feb 15, 2025

It's as designed. The behaviors are handled by drag-stuff. You can disable global-drag-stuff-mode or customize drag-stuff-modifier. See init-edit.el, please.

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

No branches or pull requests

2 participants