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

Make ctrlf go to the end of matches. #73

Merged
merged 6 commits into from
Jan 18, 2021
Merged

Make ctrlf go to the end of matches. #73

merged 6 commits into from
Jan 18, 2021

Conversation

irigone
Copy link
Contributor

@irigone irigone commented Dec 24, 2020

See #66
ctrlf won't be isearch-like (e.g. go to the beginning on C-r), because it would need big changes in the source code.
Change t to nil on line 77 if you want the old behavior to be the default.
If someone wants to go to the beginning of a match while still having this as the default, they can use this

(defun go-to-beginning-of-match ()
(interactive)
(match-beginning 0))

and bind it to a key.

Copy link
Member

@raxod502 raxod502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! By the way, you might find it easier to manage your pull requests if you create them based on feature branches rather than your master branch.

ctrlf.el Outdated Show resolved Hide resolved
ctrlf.el Outdated Show resolved Hide resolved
ctrlf.el Show resolved Hide resolved
ctrlf.el Outdated Show resolved Hide resolved
@raxod502 raxod502 merged commit 928f98d into radian-software:master Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants