-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[feature] Add user configuration for org-mode specfic S-[arrow] bindings #1443
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
base: master
Are you sure you want to change the base?
[feature] Add user configuration for org-mode specfic S-[arrow] bindings #1443
Conversation
509d7f5 to
884cb04
Compare
This commit adds a function that a Prelude user can add to their personal configs that, if called, will set org-mode specific S-[arrow key] functionality in org-mode buffers instead of the default windmove keybindings. Windmove keybindings should work in all other buffers. Fixes bbatsov#1364 Alternative to bbatsov#1427
884cb04 to
fd12571
Compare
|
Hello maintainers, thank you for taking the time to review my PR. This is my first time contributing to the repository and I am not an Elisp expert. I got to this solution through trial and error. If you have suggestions, please let me know and I will do my best to follow your coaching. |
|
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding! |
|
I think the PR works well for me locally, I'd appreciate any feedback to
get it in shape for the project. If it is the wrong direction, please let
me know.
…On Tue, Sep 9, 2025 at 10:00 PM github-actions[bot] < ***@***.***> wrote:
*github-actions[bot]* left a comment (bbatsov/prelude#1443)
<#1443 (comment)>
This pull request has been automatically marked as stale because it has
not had any recent activity. It will be closed soon if no further activity
occurs. Thank you for your contribution and understanding!
—
Reply to this email directly, view it on GitHub
<#1443 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAP2FIXGQYRXXADHURYBW33R6A47AVCNFSM6AAAAACDQXSXGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTENZSHEZDMMZWHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding! |
|
This is still an open PR. Recent history suggests it is months between activity on the project. If there is something wrong, I can close or edit. |
|
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding! |
|
Not stale. |
This Pull Request adds a function that a Prelude user can add to their personal configs that, if called, will set org-mode specific S-[arrow key] functionality in org-mode buffers instead of the default windmove keybindings.
Windmove keybindings should work in all other buffers.
Fixes #1364
Alternative to #1427
Before submitting the PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):
Thanks!